Feeds
질문
how to get rid of the too many arguments error for "and" while keeping output the same
y = nthroot(a,3); a = 0; b = 2; xold = a; for i = 1 - 100 set x = (a + b)/2; a = 2 + s; if abs(x-xold) < 10...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
I need to create a Table. How do I create the output of the table values of a function?
theta = 0:15:90; m=55:10:75; col = (m); row = (theta); uitable('columnname',col,'rowname',row,'Data',); What Should I inp...
대략 3년 전 | 답변 수: 1 | 0
