![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4030406_1523538410074_DEF.jpg)
Eduard Reitmann
Followers: 0 Following: 0
Feeds
已回答
Averaging data with slightly different time values
I noticed that your t_2 and x_2 variables are not the same length. Once you fixed that, this should work: t = linspace(0,ma...
Averaging data with slightly different time values
I noticed that your t_2 and x_2 variables are not the same length. Once you fixed that, this should work: t = linspace(0,ma...
6 years 前 | 1
已回答
Solving system of ODEs and then get the optimum value for certain parameters.
I am not sure what type of input arguments the "fun1" needs, but it gives the following error when I try fun1(1,1): Output ...
Solving system of ODEs and then get the optimum value for certain parameters.
I am not sure what type of input arguments the "fun1" needs, but it gives the following error when I try fun1(1,1): Output ...
6 years 前 | 0
| 已接受
已回答
How to solve for three equations from a large array of equations?
Step 1: Rewrite each equation to add to zero. For example: # 5*x^2 + x*y = 4 # y^2 + z = 2 # x + 2*z = 0 becomes: # 5...
How to solve for three equations from a large array of equations?
Step 1: Rewrite each equation to add to zero. For example: # 5*x^2 + x*y = 4 # y^2 + z = 2 # x + 2*z = 0 becomes: # 5...
6 years 前 | 0
已回答
how can I add label to rectangle object ?
I am not familiar with the 'draggable' function, but this should give you a text box in the middle of the square. text(pos(...
how can I add label to rectangle object ?
I am not familiar with the 'draggable' function, but this should give you a text box in the middle of the square. text(pos(...
6 years 前 | 1
已回答
Query regarding calculating frequency and amplitude
Hope this helps. %% Create sample data with 5 Hz sinosoid (Do not include this section in % your code) n = 1001; t...
Query regarding calculating frequency and amplitude
Hope this helps. %% Create sample data with 5 Hz sinosoid (Do not include this section in % your code) n = 1001; t...
6 years 前 | 0
已回答
Finding min point of a second derivative function
You were almost there. Hope this helps. The zero in the differential is a bit crude (just to keep the vectors the same length), ...
Finding min point of a second derivative function
You were almost there. Hope this helps. The zero in the differential is a bit crude (just to keep the vectors the same length), ...
6 years 前 | 0
已提交
Border-less tight subplot (auto-refresh)
Creates subplot axes similar to the subplot function, but minimizes the white space between the different axes. Can be used for ...
6 years 前 | 5 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/6bce69c7-b077-4852-83df-477a70b584e4/08398835-afd3-4db8-8c2a-b153aa35e333/images/screenshot.png)
已提交
Simple Cartesian text arrow
Easy annotation-type 2D Cartesian (x- and y-coordinates) text arrow.
6 years 前 | 3 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e6c14961-2820-4aba-883f-97312156ab64/a0d65816-8517-49cd-b286-a7062a9b4bc3/images/screenshot.png)