Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Can someone please explain why I have an error?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens


1 commentaire
Jesus Sanchez
le 21 Fév 2019
Well, in your function assessVariableEqual instead of using the variable F as an input, you are declaring a char variable called 'F'. I would write just F, without the semicolons. Otherwise, your calculated F is not being use as an input.
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!