Community Profile

photo

Khoirunnisa' Irodatillah


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Not Enough Input Arguments in fsolve
please help to solve and explain why function f = fun(x) f(1) = (x(1)-4)^2 +(x(2)-4)^2 - 5; f(2) = x(1)^2 + x(2)^2 - 16; opt...

5 years ago | 1 answer | 0

1

answer

Question


What is wrong with my code?
function y = slider(x,x2) x0 = [3;60]; L2 = 2; L1 = 4; x2= 50; y = [L2*cosd(x2) - x(1)*cosd(x(2)) - L1; L2*sind(x2) -...

5 years ago | 1 answer | 0

1

answer