Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Can someone please explain why I have an error?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
1 Commento
Jesus Sanchez
il 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.
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!