Estadística
26 Preguntas
7 Respuestas
CLASIFICACIÓN
14.133
of 295.448
REPUTACIÓN
3
CONTRIBUCIONES
26 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
26.92%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
More overhead in R2014a
I recently upgraded to R2014a from R2013b. It seems to take longer to run the same Simulink model in R2014a than R2013b. Dose ...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
syntax error using roundn in fcn block
I got a syntax erro message on fcn block when I used roundn(u,3) in my Simulink model. Please advise. Thanks.
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Sample time error in trigger subsystem & support from user community
I kept getting error on smaple time ([0 0] in my trigger subsystem. I tried to set it to -1 or inf but the option was not enabl...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Incorect output from Merge block sometimes
The output from the Merge block is not producing the data I expected. I've IF ELSE block in the model. Only the data from the ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Reset counter to non-zero value
Can you strart & rest the countr-limit block to a non-zero value? Thanks.
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Check memory usage of Simulink model
How can I check the memory usage of a Simulink model? Thanks.
más de 10 años hace | 0 respuestas | 3
0
respuestasPregunta
Use of bus selector
Bus selection take in 2 inputs but generate 2 outputs. Is there any equivalent but only generate one output? I would like to ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Convert to float/double from Relational Block
I am using "Relational Blcok" to compare to output data (double). Can I output or use the "Data Convert" block to output the sa...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Insert table in 1-d lookup table
Is there any good examples of using 1-d lookup table? I wnat to insert an external table into this block in my model. Thanks.
más de 10 años hace | 0 respuestas | 0
0
respuestasError in Using set_param
I still got error: "Invalid setting in Constant block 'Constant' for parameter 'Value'. 'x' is in the place of the 'constant' ...
más de 10 años hace | 0
| aceptada
Pregunta
Error in Using set_param
I've not been able to set the consant in the "constant" block. I used: set_param('dummy/Constant','x',50) but kept getting ero...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Stop Ramp function before simulation time expires
As far as I understand, the value of a Ramp block will keep increasing (or dereasing) depending on the slope. Can you stop the...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Make some lines invisible in Time Scope
I attached a PDF format of a Time Scope plot. Is there anyway you can make the data not to be plotted out during the simulation...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Output as array in Matlab Fctn block
Does anyone know how to create function with array output in a Matlab Fctn block? I assume you could manupulate the edit data i...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Reset value of Ramp block to be used in Matlab Fctn block
Can the initial value of the Ramp block to be reset to its initial value when it reaches certain value (ex: it starts at 2 & ca...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Exmple of implementing C code in Simulink
Could someone provide me an example for using C code in Simulink? Thanks.
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Infinite loop in Matlab Fctn Block
Why did I run into infinite loop (see coode below)? Also, I tried to stop the simulation by clicking on the stop button on the ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Stop simulation in Matlab Fctn block
How can I stop simulation inside the ML Fctn block before it reach the end of the simulation time? Thanks.
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Set initial value in Matlab Function block
How can I set the initial value for UP? UPI is my initial value input to the block. How can I make sure UP will accepts thhs...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
About "Matlab Fctn" block
I included a for loop in the ML Fctn block. function [xtest] x=(k) for i=1:10 x=i if (i>5) x=k else x=i ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Enter input value interactively in Matlab
I would like to be able to enter a value interactively in Matlab. However, I am also using the "Matlab Function" block in my Si...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
About support I have received so far
To be honest, I am disappointed with this user community forum. I posted 2 questions in last 2 days & I think they are simple q...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Generate elapsed time in Simulink model
The following commands is to generate elapsed time in Matlab: tic; t=sim('model'); toc Is there a block in Simulink to do th...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Block for Matlab function in Simulink
I got the error when I ran this model. The error is on variable UL in the Matlab function block. Any suggestion? Thanks.
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Ramp function in Matlab
I know there is a block for ramp function in Simulink. Is there a similar function in Matlab instead of using for loop?
más de 10 años hace | 1 respuesta | 0
1
respuestaBlock in Simulink to indicate on-off state of a valve
I used this block before. I want to include a block which indicates the state of the valve if the pressure exceeds certain lim...
más de 10 años hace | 0
Pregunta
Block in Simulink to indicate on-off state of a valve
Hi, this question should be simple for experience Simulink user. I want to create a Simulink model for a simple controller. Th...
más de 10 años hace | 2 respuestas | 0
2
respuestasEmbeded existing C code in a Simulink model
One more question: The C code example in the manual has a function ("doubleIt") & returns one output. The C code I want to imp...
casi 11 años hace | 0
Embeded existing C code in a Simulink model
The example for Legacy Code tool only applied to one input & one output from the C code. Can we specify multiple inputs & outpu...
casi 11 años hace | 0
Embeded existing C code in a Simulink model
Is there any tool in Simulink libray you can embed the C code w/o using Matlab?
casi 11 años hace | 0