Feeds
提问
Determine the minimum value excluding zero
A B 0.025 520 0.027 531 0.029 560 0.031 508 0....
9 years 前 | 1 个回答 | 0
1
个回答提问
Display the the minimum value
A B 0.025 520 0.027 531 0.029 560 0.031 508 ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Double Integration : (Displacement signals from the Acceleration data)
Hi, In order to obtain the displacement signals from the acceleration data, The following steps are used to convert the accel...
9 years 前 | 1 个回答 | 0
1
个回答已回答
Double integration of the acceleration signals to obtain displacment signals
Any comments, Thanks
Double integration of the acceleration signals to obtain displacment signals
Any comments, Thanks
10 years 前 | 1
提问
Double integration of the acceleration signals to obtain displacment signals
Hi, In order to obtain the displacement signals from the acceleration data, The following steps are used to convert the accel...
10 years 前 | 7 个回答 | 4
7
个回答提问
Color code with dash line
Hi, Could you please tell me the correct code for the dash line with specific color For colors with dash line such as re...
10 years 前 | 1 个回答 | 0
1
个回答提问
Store all iteration loop outputs in a matrix
clc; a = 5; b = 20; for i = 1:10 j = (i + 25); k = (j*b); m =[i j k]; end ****************...
10 years 前 | 1 个回答 | 2
1
个回答提问
Numerical Integration of the Equations of Motion
Hi, I am wondering how to write a code to represent the discrete equation of motion. The input consists of stiffness and force ...
10 years 前 | 0 个回答 | 0
0
个回答提问
Matlab - Signal Noise Removal
<</matlabcentral/answers/uploaded_files/8248/jjj.png>> How could we remove noise from signals as show in in attached pictures...
11 years 前 | 1 个回答 | 0
1
个回答提问
Undefined function or variable
I got error as stated below, your assistance would be greatly appreciated, Thank you A=3e3; B=2e3; while (abs(A-B))<50 ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Error with Matlab Function
I got this error : Output argument "AB" (and maybe others) not assigned during call to I would be greatly appreciated for ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Do while loop in Matlab
Could you please let me know the Matlab code that is similar to C++ code as shown below: do { <your calculations> } while (...
11 years 前 | 4 个回答 | 2
4
个回答提问
How to make MATLAB code execute faster
Hi, How to make MATLAB code execute faster?
11 years 前 | 4 个回答 | 1
4
个回答提问
For loops in Matlab
<</matlabcentral/answers/uploaded_files/6989/11.png>> C=[ ]; for A=1:4 B=[5 10 5 10]; end ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Select the optimum value
<</matlabcentral/answers/uploaded_files/6665/MATLAB.png>> How can I selec the optimum value, for example, Select A if ab...
11 years 前 | 1 个回答 | 0