Run Initialization for Task (5) Mask creation
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Gyang
am 17 Sep. 2024
Bearbeitet: Gyang
am 18 Sep. 2024
I need to ensure that the string is up to date by running the mask initialization commands I wrote in the previous task. However, I'm unable to find a way to do this or the code to run the initialization. The attached images provides additional context.
Could you please guide me through the process or help with the necessary code?
0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 17 Sep. 2024
You have added the text 'label' to the disp command. However, from the task description, we are told that label is a variable. Therefore, you need to display the variable value contained in label and not the string 'label'.
To do this, simply remove the quotes:
disp(label);
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Author Block Masks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!