Error with figure color function
Show older comments
I am trying to display a figure with color so I am entering:
function class1()
figure('name', 'Example',...
'numbertitle', 'off',...
'menubar', 'none'...
'color',[1 1 1])
end
But I get an error:
Error: File: class1.m Line: 6 Column: 5
Unexpected MATLAB expression.
How do I fix it so I can set colour to the figure? Assistance would be greatly appreciated. MATLAB version: R2012a
Accepted Answer
More Answers (0)
Categories
Find more on Display and Exploration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!