photo

William


NASA Marshall Space Flight Ctr

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

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 ...

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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.

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Reset counter to non-zero value
Can you strart & rest the countr-limit block to a non-zero value? Thanks.

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Check memory usage of Simulink model
How can I check the memory usage of a Simulink model? Thanks.

alrededor de 10 años hace | 0 respuestas | 3

0

respuestas

Pregunta


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 ...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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.

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Respondida
Error 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' ...

alrededor 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...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

respuesta

Pregunta


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

respuesta

Pregunta


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

respuestas

Pregunta


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

respuestas

Pregunta


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

respuesta

Pregunta


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

respuesta

Pregunta


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

respuestas

Pregunta


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

respuesta

Pregunta


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

respuestas

Pregunta


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

respuesta

Respondida
Block 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

respuestas

Respondida
Embeded 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...

más de 10 años hace | 0

Respondida
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...

más de 10 años hace | 0

Respondida
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?

más de 10 años hace | 0

Cargar más