How can i make my code interactive?
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to let people choose Forces and Angles then it will give them the answer of a total force.
For my first section i am already given 3 angles and 3 forces where i find the total force and result angle.
I started to use 'Force1= input('Enter force');
for all forces and angles then put end at the end of that but when i run it it just keeps going on. Then i put the equations underneath that for the total force and result angle but it doesnt run.
2 commentaires
Rik
le 15 Avr 2019
Show the code you're using. The input function is indeed the function you should be using (unless you want to make a GUI).
Réponse acceptée
Rik
le 15 Avr 2019
You aren't checking if the values are valid. That means you're never changing the value of valid, which results in an endless loop.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!