Statistics
RANK
14.314
of 295.467
REPUTATION
3
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
3
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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?
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 8 jaar ago | 2 answers | 2
2
answersQuestion
How can i define a 1/s^alpha in Simulink?
How can i define a 1/s^alpha in Simulink? 1/s^alpha
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
ongeveer 9 jaar ago | 1 answer | 0
1
answerHow 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...
bijna 10 jaar ago | 0
Question
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...
bijna 10 jaar ago | 3 answers | 1
3
answersQuestion
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...
ongeveer 10 jaar ago | 1 answer | 0
1
answerCheck 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...
ongeveer 10 jaar ago | 0
Question
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...
ongeveer 10 jaar ago | 2 answers | 0