Réponse apportée
How to publish Simulink model ?
Do you have the <http://www.mathworks.com/products/SL_reportgenerator/features.html Simulink Report Generator> ?

plus de 11 ans il y a | 0

Réponse apportée
I would like to get rid of the EDU>> part in my student version command window. How do I accomplish this?
Buy a non-student version.

plus de 11 ans il y a | 2

Réponse apportée
Can someone please help me fix my while loop code?
Since this appears to be homework, I won't give you the answer directly, but you have two bugs. In order to see the first, yo...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Scrolling and choosing image to display on figure.
What about using <http://www.mathworks.com/discovery/matlab-gui.html GUIDE>?

plus de 11 ans il y a | 0

Réponse apportée
Using the "display()" command from a "Matlab Function Block" in simulink?
Use _disp()_ instead.

plus de 11 ans il y a | 0

Réponse apportée
incompatible global variables in a model reference
<http://www.mathworks.com/help/simulink/examples/determining-why-simulink-accelerator-is-regenerating-code.html This Example> is...

plus de 11 ans il y a | 0

Réponse apportée
How do I add pnp bipolar transistor element in simulink 2013b version?
The PNP BJT is available in 2013b, but you have to have the SimElectronics toolbox. To see your options, go to the <http://ww...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Programs communicating with Matlab
There are several ways to do it. Take a look at the help for <http://www.mathworks.com/help/matlab/programming-interfaces-for-c...

plus de 11 ans il y a | 0

Réponse apportée
How do I vary the sample rate of a block while the simulation is running?
I would start with a <http://www.mathworks.com/matlabcentral/fileexchange/35922-programmable-pulse-generator-using-simulink-s-ba...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Import Data from Simulink Model into Gui
There is a good <http://www.mathworks.com/matlabcentral/fileexchange/24294-simulink-signal-viewing-using-event-listeners-and-a-m...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Load both MatLab and Simulink into the background.
What are you calling it from? If you use the <http://www.mathworks.com/help/matlab/call-matlab-com-automation-server.html MATLA...

plus de 11 ans il y a | 1

| A accepté

Réponse apportée
make matlab stop waiting for system return
Do you have Parallel Computing Toolbox? batch(@system,0,{'putty -load Terrameter -l root -pw root'})

plus de 11 ans il y a | 1

Réponse apportée
Cannot get compiler to build projects
Did you carefully check the versions you have against the documentation? For example, the <http://www.mathworks.com/support/c...

plus de 11 ans il y a | 0

Réponse apportée
Problem with Simulink Integrator block
Did you try a <http://www.mathworks.com/help/simulink/slref/datatypeconversion.html Data Type Conversion> block?

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Can I create custom help for Simulink subsystems?
I've been using this workaround: # Add the mask to the subsystem and create your documentation as normal. Don't add anything...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Help with signal pulse generation in Simulink
You should be able to build something out of the following blocks: <http://www.mathworks.com/help/simulink/slref/detectchange...

plus de 11 ans il y a | 0

Réponse apportée
speeding up nested for loops
What about vectorizing it? Just replace _x_ with _1:Nx_, and _y_ with _1:Ny_ to get rid of the for loops completely: f = A...

plus de 11 ans il y a | 0

Réponse apportée
How can I override a value with an input?
Some of it depends on how much you want to protect against "bad" values or variable names being passed. But here is a simple tr...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Hardware in loop HIL
<http://www.mathworks.com/products/simulink-real-time/webinars.html Webinars - Simulink Real Time>

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
How can i order a clock block (or other linea block) to start at a specified time in simulink?
Do you just want a "clock" block that starts at a non-zero time? Use a <http://www.mathworks.com/help/simulink/slref/ramp.html ...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Plot whole integration process
Do you want the cumulative integral? help cumtrapz

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
How do I separate data into columns from a text file?
Have you tried using the Import Wizard? You can adjust your delimiters and header rows until it looks right, and there is even ...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Using a MATLAB function-block in Simulink to generate random numbers
Add also: coder.extrinsic('rand') to the beginning of your code.

plus de 11 ans il y a | 0

Réponse apportée
Using a part of a signal simulink
How about just using a switch, and flipping the switch when your value exceeds the threshold? In the case below, I am integra...

plus de 11 ans il y a | 0

Réponse apportée
Using a part of a signal simulink
Perhaps a <http://www.mathworks.com/help/simulink/slref/saturationdynamic.html Saturation> block or one of the other blocks in t...

plus de 11 ans il y a | 0

Réponse apportée
Editing Arrays of Matlab Structures
S(5)=[]

plus de 11 ans il y a | 2

| A accepté

Réponse apportée
how to make a loop for a simulation?
1) This is kind of awkward. Is there a reason you can't use the built in "Scope" block to accomplish this? 2) If you must ...

plus de 11 ans il y a | 0

Réponse apportée
How do you calculate percentage change between sequential elements in array?
X=rand(3,4) percent_change=diff(X)./X(1:end-1,:)

plus de 11 ans il y a | 1

| A accepté

Réponse apportée
Understanding S functions and working of simulink engine?
There are <http://www.mathworks.com/help/simulink/sfg/s-function-examples.html s-function examples> included in your MATLAB inst...

plus de 11 ans il y a | 1

Réponse apportée
Help needed :Optimization using Matlab...Pls help me
Have you tried working through the <http://www.mathworks.com/help/optim/examples/tutorial-for-the-optimization-toolbox.html?prod...

plus de 11 ans il y a | 0

| A accepté

Charger plus