Feeds
提问
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; ...
6 years 前 | 2 个回答 | 0
2
个回答提问
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...
6 years 前 | 1 个回答 | 0