How do I start working on whatever choice the user selects. If-statement? or other referencing?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
MATLAB!!!
I suppose I would use an if-statement? But MATLAB is urging me to use strcmp, though all I want to do is start writing a code with respect to a choice that the user selects given the options provided in the menu dialogue box below. How would I begin??
choice = menu('Please choose a topic' ,'Physics Calculator ', 'Motor Analysis Calculator ', 'Material Analysis Calculator ', 'Unit Conversions');
Antworten (1)
Jonathan
am 5 Nov. 2013
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!