Feeds
提问
nt Vote0 Assignment has more non-singleton rhs dimensions than non-singleton subscripts
Dear All, I am Peter. I have one question related this topic. function [ Ts1] = ref1() tf=30000; h=1; tf1=0:...
9 years 前 | 1 个回答 | 0
1
个回答提问
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
function [ Ts1] = ref1() tf=30000; h=1; tf1=0:h:tf; % Ts1 T_ref1=10*ones(30001,1); for i=6001:12001 ...
9 years 前 | 1 个回答 | 0
