Info
This question is closed. Reopen it to edit or answer.
Can someone please explain why I have an error?
1 view (last 30 days)
Show older comments
1 Comment
Jesus Sanchez
on 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.
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!