Statistica
RANK
14.297
of 295.569
REPUTAZIONE
3
CONTRIBUTI
7 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
57.14%
VOTI RICEVUTI
3
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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?
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 2 risposte | 2
2
risposteDomanda
How can i define a 1/s^alpha in Simulink?
How can i define a 1/s^alpha in Simulink? 1/s^alpha
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
circa 9 anni fa | 1 risposta | 0
1
rispostaHow 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...
quasi 10 anni fa | 0
Domanda
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...
quasi 10 anni fa | 3 risposte | 1
3
risposteDomanda
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...
circa 10 anni fa | 1 risposta | 0
1
rispostaCheck 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...
circa 10 anni fa | 0
Domanda
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...
circa 10 anni fa | 2 risposte | 0