Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR MATLAB

matlab figure title

f1=figure('Name','Measured Data','NumberTitle','off');
...

...
figure(f1);
scatter((1:20),rand(1,20));
Source by uk.mathworks.com #
 
PREVIOUS NEXT
Tagged: #matlab #figure #title
ADD COMMENT
Topic
Name
9+8 =