How do I reference a users choice out of the menu I've created....say if the user selects 'Physics Calculator', how would i reference that in my code so as to enable continuation of the program
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
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');
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!