Eduard Reitmann - MATLAB Central
photo

Eduard Reitmann


Last seen: 1 year 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB AnswersFile ExchangeFrom 07/18 to 04/25Use left and right arrows to move selectionFrom 07/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
6 个回答

File Exchange

2 文件

排名
5,896
of 298,264

声誉
8

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
2

排名
6,405 of 20,554

声誉
174

平均
5.00

贡献数
2 文件

下载次数
3

ALL TIME 下载次数
1245

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer

查看徽章

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...

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 ...

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...

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(...

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...

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), ...

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 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


Simple Cartesian text arrow
Easy annotation-type 2D Cartesian (x- and y-coordinates) text arrow.

6 years 前 | 1 次下载 |

5.0 / 5
Thumbnail