in case anyone stumbled here: The code she's written doesn't work with this line: fprintf("y = 1 / (1 + %f/x) ^%f) ", p(1), p(2)) it's only working because 'p' already exists in her workspace... Consequently, If you follow verbatim you will encounter an error. you need to write: fprintf("y = 1 / (1 + %f/x) ^%f) ", p_opt(1), p_opt(2)) I think
in case anyone stumbled here:
The code she's written doesn't work with this line:
fprintf("y = 1 / (1 + %f/x) ^%f)
", p(1), p(2))
it's only working because 'p' already exists in her workspace... Consequently, If you follow verbatim you will encounter an error.
you need to write:
fprintf("y = 1 / (1 + %f/x) ^%f)
", p_opt(1), p_opt(2))
I think
Brilliant video, really helped me with some of my Uni work :)
you saved me
When i did my scrip matlab show me an error: Function value and YDATA sizes are not equal. Can you solve my problem? Thanks
many thaaaaaaaaaaaaaanks
❤
thankyou