Community Profile

photo

Justin Manterrnacch


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


For Loop Help with Output
Unsure how to make Y, over range x, output in matrix not a singular answer. h=.1; y=1; for x=0:h:10 Y=y+h.*x; end

2 years ago | 1 answer | 0

1

answer

Question


If loop matrix creation
theta=[0,45,90]; F=450; for i=0:length(theta) vector=F.*[cosd(theta),sind(theta),0]; end Want the matricies for vect...

2 years ago | 1 answer | 0

1

answer

Question


Solve command output help
How to I have the solve command output the answer with the algebra done?

3 years ago | 1 answer | 0

1

answer