Community Profile

photo

Abdulswamad Salim


Last seen: 4 months ago Active since 2020

Followers: 0   Following: 0

Message

A student in Robotics and Mechatronics Engineering. I like coding in MATLAB, came in this platform to learn even more cause I might not know no better.

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Please someone tell me what's wrong with my code, it keeps on returning the message, ''Unrecognized variable of v''. The image below the code is the problem?
function distance = DTask1_f(v, theta); h0 = 1.8; g = 9.8; v = 60; t = linspace(0,1,1000); x=v*cos(theta*pi/180)*t; y=h...

4 years ago | 1 answer | 0

1

answer