How to display a variable in an output window instead of the command window.

3 views (last 30 days)
W=number;
W=figure('Name','Measured Data')

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 21 May 2018
window_1= msgbox(sprintf('The result is %d',variable_name));

More Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!