Ron Aditya
Embry-Riddle Aeronautical University
Followers: 0 Following: 0
Estadística
7 Preguntas
2 Respuestas
CLASIFICACIÓN
14.295
of 295.735
REPUTACIÓN
3
CONTRIBUCIONES
7 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.277
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.433
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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?
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 2 respuestas | 2
2
respuestasPregunta
How can i define a 1/s^alpha in Simulink?
How can i define a 1/s^alpha in Simulink? 1/s^alpha
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaHow 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...
casi 10 años hace | 0
Pregunta
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...
casi 10 años hace | 3 respuestas | 1
3
respuestasPregunta
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...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaCheck 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...
alrededor de 10 años hace | 0
Pregunta
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...
alrededor de 10 años hace | 2 respuestas | 0