Community Profile

photo

hedie adine zade


Last seen: 3 years ago Active since 2020

Statistics

Content Feed

View by

Question


how can i make this work
function physics x = zeros(1,6); for i=1:6 x(i) = input('enter your degree'); end g = 9.91;l = 35; v = (g/sin(x))*t; ...

3 years ago | 2 answers | 0

2

answers

Question


how can i make this loop work
function gpaname x = zeros(1,10); y = zeros(1,10); for i=1:10 x(i) = input('please enter your name=' , 's'); end for j...

3 years ago | 1 answer | 0

1

answer