Anthony Siddique
Followers: 0 Following: 0
Feeds
提问
Sine input for a state space model
% set up model,in 2nd order form J = 2; % kg-m^2 k = 2; % N-m/rad, coil spring J_left = J; J_mid = J; J_right = J; k_wall ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Change the values of a matrix using indices of another matrix
I have two matrices A and B. I want to know how do I change the values of A with using indexes of B. A = 1 ...
9 years 前 | 1 个回答 | 0
1
个回答提问
While loop runs infinitely
I'm trying to create a function that takes two parameters: x and threshold. X is the angle and the threshold is the percent erro...
9 years 前 | 2 个回答 | 0