Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Can someone please explain why I have an error?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
1 Kommentar
Jesus Sanchez
am 21 Feb. 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.
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!