![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3613906.jpg)
River Rock
Followers: 0 Following: 0
I don't want my name to be associated with Mathworks in any possible way.
Statistiques
RANG
13 003
of 297 016
RÉPUTATION
3
CONTRIBUTIONS
11 Questions
7 Réponses
ACCEPTATION DE VOS RÉPONSES
54.55%
VOTES REÇUS
3
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
presque 10 ans il y a | 1 réponse | 1
1
réponseQuestion
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 ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
0
réponseReading 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 ...
plus de 11 ans il y a | 0
Question
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Modal realization in Matlab
Hi Given the following transfer matrix : T = From input 1 to output: s - 1 ------------- s^2 + 3 s + ...
environ 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 12 ans il y a | 2 réponses | 0
2
réponsesRepresent 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...
environ 12 ans il y a | 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...
environ 12 ans il y a | 0
Question
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...
environ 12 ans il y a | 5 réponses | 1
5
réponsesSimulink 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. ...
plus de 12 ans il y a | 0
Question
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...
plus de 12 ans il y a | 2 réponses | 1
2
réponsesSimulink transfer function with sinusoidal parameter
Your answer does solve the initial problem. Now how about modifying the parameters of the denominator?
plus de 12 ans il y a | 0
Question
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...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesReading 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...
plus de 12 ans il y a | 0
Question
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 ...
plus de 12 ans il y a | 2 réponses | 0