photo

Ron Aditya


Embry-Riddle Aeronautical University

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
2 个回答

排名
14,672
of 301,261

声誉
3

贡献数
7 个提问
2 个回答

回答接受率
57.14%

收到投票数
3

排名
 of 21,209

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,690

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Create a PDF of multiple figures
I have a code that is producing 50 figures, is there any way I can save all these figures to *one* PDF file?

8 years 前 | 1 个回答 | 0

1

个回答

提问


FFT, double sided amplitude spectrum, documentation.
Hi, Here is the link to the FFT documentation I am referring to: http://www.mathworks.com/help/matlab/ref/fft.html In the...

9 years 前 | 2 个回答 | 2

2

个回答

提问


How can i define a 1/s^alpha in Simulink?
How can i define a 1/s^alpha in Simulink? 1/s^alpha

10 years 前 | 0 个回答 | 0

0

个回答

提问


Poles and Zeros Matlab Notation
When you are trying to compute poles and zeros and matlab gives you something like: 1.0e+02 * -0.0259 - 1.1089i ...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I find the roots of a symbolic polynimial
Thanks a lot John, I do get wat you mean. But lets take this example. Why is this not working? Thanks. >> syms s >> p=30...

11 years 前 | 0

提问


How can I find the roots of a symbolic polynimial
I create a symbolic transfer function matrix. I find its inverse. The first element of the matrix is a polynomial. Note that thi...

11 years 前 | 3 个回答 | 1

3

个回答

提问


Having issue after downloading tabular data from web.
After downloading a table of data from the web and converting the cells to double as I need to analyse these numbers, for some r...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
Check if the number has any digits after the decimal points matlab
I ended up using this: for i=1:l x(i)=str2double([b{i+1,1}{1,1}]); if rem(x(i),1) == 0 x(i)=x(i)/1...

11 years 前 | 0

提问


Check if the number has any digits after the decimal points matlab
I have a vector which is a mixture of floating point and whole numbers. I am trying to identify the whole numbers and divide the...

11 years 前 | 2 个回答 | 0

2

个回答