Feeds
已回答
Why am I getting the error "Array indices must be positive integers or logical values"?
clear, close all; A=[1,9,1]; B=[2,4,7]; C=[10,-1,5]; paso=1; retardo=0.01; cont=1; t=0:0.1:1; x1=t*B(1)+(1-t)*A(1); y1...
Why am I getting the error "Array indices must be positive integers or logical values"?
clear, close all; A=[1,9,1]; B=[2,4,7]; C=[10,-1,5]; paso=1; retardo=0.01; cont=1; t=0:0.1:1; x1=t*B(1)+(1-t)*A(1); y1...
11 months 前 | 0