Understanding Figure Windows & Changing Their Apperances
Ältere Kommentare anzeigen
Hello all
I was wondering if anyone could shed any light on creating figure windows.
Currently I am creating a figure window with the following command:-
Stress = figure(34);
set(Stress,'Name','Stress Experiment');
This command works and gives me the following result:-
But rather then use 2 x seperate lines of code I wanted to create the same result with a single line of code, so I used the following command:-
Stress = figure('Name','Stress Experiment','Number',34)
But this command keeps giving me an error which states:-

I dont understand why i am getting this error?
Why cannot i amend the Number property?
Can anyone help?
Thank you.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!