Feeds
提问
Time Varying Input in Matrix
I have a time varying input, K. A= [0; 0; K]; B= [5 -3 2; 2 -3 1; 3 2 1]; for x=1:length(t) A= [0;...
10 years 前 | 1 个回答 | 0
1
个回答提问
The Value assigned to variable 'C' might be unused??
Hi, I am struggling with a piece of code listed below: I am getting the error 'The Value assigned to variable 'C' might be unus...
10 years 前 | 2 个回答 | 0
