
River Rock
Followers: 0 Following: 0
I don't want my name to be associated with Mathworks in any possible way.
Estadística
11 Preguntas
7 Respuestas
0 Problemas
12 Soluciones
CLASIFICACIÓN
13.003
of 297.547
REPUTACIÓN
3
CONTRIBUCIONES
11 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.55%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.454
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
32.461
of 159.122
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
130
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
save gui handles between uiwait/uiresume calls
Hi, I'd like to implement the following behaviour in my gui app: - start iterating through a for loop and compute an array ...
casi 10 años hace | 1 respuesta | 1
1
respuestaPregunta
large differences between continuous and discrete tf
Hello, While working on an assignment, I noticed some differences between continuous and discrete tf and I cannot figure out ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Code completion for toolbox functions
Hi I installed the Symbolic Math Toolbox over an existing Matlab 2012a installation and I noticed there is no auto-completion...
más de 10 años hace | 0 respuestas | 0
0
respuestasReading a 5.0 mat file in c++
The example found in /extern/examples/eng_mat/matdgns.c also generate errors, as I fail to link the static library Using ...
más de 11 años hace | 0
Pregunta
Reading a 5.0 mat file in c++
Hi :) How would you recommend me to read the contents of a 5.0 mat-file in c++? I've found a mat.h file in matlabroot/exte...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Modal realization in Matlab
Hi Given the following transfer matrix : T = From input 1 to output: s - 1 ------------- s^2 + 3 s + ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Find a PID Controller
Hi I want to find a PID Controller for the following process: Hp(s) = 1 / (s^2 + 1) or Hp = tf (1, [1 0 1] ); Pe...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasRepresent Simulink Integrator block as Matlab Function
My main goal is to implement the differential equations of a physical system using a single Matlab Function. As the sums and gai...
más de 12 años hace | 0
Represent Simulink Integrator block as Matlab Function
Can anybody suggest a better way of implementing the numerical integration ? The code has to be written inside the Matlab Functi...
más de 12 años hace | 0
Pregunta
Represent Simulink Integrator block as Matlab Function
Hi. I need to implement the following behavior : <<http://i.imgur.com/a6SsM.png>> The Integrator and my_Integrator bloc...
más de 12 años hace | 5 respuestas | 1
5
respuestasSimulink transfer function with sinusoidal parameters
Thanks for your great response I had to adapt the diagram for the denominator [1 K 0], as you use [1 K 1] in your example. ...
más de 12 años hace | 0
Pregunta
Simulink transfer function with sinusoidal parameters
Hi I need to design a transfer function in the following form: 1 / (s^2 + K*s) where K is scalar and varies sinusoidal; the d...
más de 12 años hace | 2 respuestas | 1
2
respuestasSimulink transfer function with sinusoidal parameter
Your answer does solve the initial problem. Now how about modifying the parameters of the denominator?
más de 12 años hace | 0
Pregunta
Simulink transfer function with sinusoidal parameter
Hi I need to design a transfer function in the following form: K/ (Ts + 1) where the numerator K is scalar and varies sinuso...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Simulink constant parameter read inside Matlab Function block
Hi. I defined some Simulink parameters to the Model Workspace of a Simulink model. When used in a Constant block, the code com...
más de 12 años hace | 2 respuestas | 0
2
respuestasReading a wire value from Simulink into the Command Window or GUIDE
Thanks for your answer; I was able to get the data from the filter's output data=get_param('main/level/level_filter','Runtime...
más de 12 años hace | 0
Pregunta
Reading a wire value from Simulink into the Command Window or GUIDE
I want to read the values that passes through a wire in my Simulink model. This value should be displayed in a text field on ...
más de 12 años hace | 2 respuestas | 0