Réponse apportée
LONG PERIOD TRIANGULAR WAVE INPUT
Try <http://www.mathworks.com/help/toolbox/simulink/slref/repeatingsequence.html repeating sequence> block. You can customize w...

plus de 13 ans il y a | 1

| A accepté

Réponse apportée
displaying text in video using matlab
You can use the <http://www.mathworks.com/help/toolbox/vision/ref/vision.textinserterclass.html text inserter class> from the co...

plus de 13 ans il y a | 0

Réponse apportée
How do I save variables from a function to the base workspace?
<http://www.mathworks.com/help/techdoc/ref/assignin.html Assign value to variable in specified workspace>

plus de 13 ans il y a | 3

| A accepté

Réponse apportée
Pneumatic control valve model & system identification
There are 2 demos available that use a <http://www.mathworks.com/products/simscape/examples.html?file=/products/demos/shipping/s...

plus de 13 ans il y a | 0

Réponse apportée
Running sequential simulations in a simulink model
It sounds like you are trying to do <http://www.mathworks.com/videos/shorten-parameter-sweeps-with-parallel-computing-68825.html...

plus de 13 ans il y a | 1

Réponse apportée
How do I force matlab to run on a certain processor other than the first one?
You can set it in the task manager. <http://superuser.com/questions/310276/force-specific-cpu-core-usage-in-programs-on-windows...

plus de 13 ans il y a | 0

| A accepté

Réponse apportée
Is it possible to programm Apps for Android with MatLab?
Technically it is possible but it would be limited to whatever MATLAB Coder could handle. The simplest method, in my opinion,...

plus de 13 ans il y a | 0

Réponse apportée
Systems Biology Toolbox vs. SimBiology
This page on <http://www.mathworks.com/discovery/pharmacokinetic.html Pharmacokinetic Modeling> sounds like what you are trying ...

plus de 13 ans il y a | 0

Réponse apportée
Why did my matlab of r2009b does not have function coder ?
<http://www.mathworks.com/help/toolbox/coder/rn/bsvy0pu.html MATLAB Coder> was not released until ~R2011a.

plus de 13 ans il y a | 0

Réponse apportée
How to send continuous data from simulink block
I don't think this code does what you think it does. There is no real-time operations between MATLAB and Simulink, so when you ...

plus de 13 ans il y a | 2

Réponse apportée
Assistance with Filter Code
If you search the doc for lowpass filter you will find: <http://www.mathworks.com/help/releases/R2012a/toolbox/signal/ref/fde...

plus de 13 ans il y a | 0

Réponse apportée
Video Processing. Do I use impixel or improfile functions?
There is built-in edge detection as part of the Computer Vision Toolbox, which can be used directly on video. This <http://ww...

plus de 13 ans il y a | 0

| A accepté

Réponse apportée
Modelling Wind-Hydrogen System
There is a <http://www.mathworks.com/help/toolbox/physmod/powersys/ref/fuelcellstack.html demo model> for a hydrogen fuel cell, ...

plus de 13 ans il y a | 0

Réponse apportée
Problem Holding imported data in my GUI environment
The issue appears to be you are not storing your data in the GUI only locally in the function. You could try something like t...

plus de 13 ans il y a | 0

Réponse apportée
Simmechanics representation of a compressed spring
Depending on the version of simmechanics you use this will be different, I will assume Simmechanics 1 since verson 2 just came o...

plus de 13 ans il y a | 1

| A accepté

Réponse apportée
Using Simulink, how can I simulate a 2x2 Mimo channel? My supervisor has asked me to investigate the effect of the signal preocessing that goes on in the 2X2 MIMO system on the SNR at the receiver. and also, create a channel matrix.
Have you tried running through the demo provided in <http://www.mathworks.com/help/toolbox/comm/ref/mimochan.html mimochan docu...

plus de 13 ans il y a | 0

Réponse apportée
How can I get the five phase induction motor drive in simulink library
I'm not sure what the five phase induction motor drive you are referencing is, however, there is <http://www.mathworks.com/matla...

plus de 13 ans il y a | 1

Réponse apportée
Using Simulink to make a speed measuring and controlling system. Am I going to be able to make a program?
Generating code for a controller should be straightforward with <http://www.mathworks.com/products/simulink-coder/ Simulink Code...

plus de 13 ans il y a | 2

Réponse apportée
background simulation inside simulation
If you are trying to run PIL/SIL mode you cannot use continuous time blocks, such as an integrator or transfer function, because...

plus de 13 ans il y a | 2

| A accepté

Réponse apportée
Initial conditions fail to converge in simscape simulation?
I would first clean up the code to utilize the same units, either standard or metric. Second, in the if-else, when true vf is...

plus de 13 ans il y a | 0

Réponse apportée
Sharing block (mask) parameters between custom blocks
You can use a workspace parameter instead of a value inside of the masks or use a function in the initialization of the mask of ...

plus de 13 ans il y a | 3

| A accepté

Réponse apportée
Precision Value fixing in Simulation using xlsread
Format long will not change the value but simply change the value that is displayed. The tolerance you describe should be relat...

plus de 13 ans il y a | 1

Réponse apportée
Monte Carlo type of simulation in Simulink using USS block?
There are Uniform and Normal Random Number blocks in Simulink you can use to create a random draw (assuming you want this to cha...

plus de 13 ans il y a | 0

Réponse apportée
Monte Carlo Uncertainty Analysis for SimMechanics Model
This should be relatively straightforward. I'll try to break this down in steps so you can apply this to your application. 1...

plus de 13 ans il y a | 1

Réponse apportée
Call a mex file and using coder
The thing about mex files is they require MATLAB to run (MATLAB executable). MATLAB coder can generate more generic c-code that...

plus de 13 ans il y a | 1

| A accepté

Réponse apportée
generation of impulse sequences
If the pulse frequency is consistent you can use a <http://www.mathworks.com/help/toolbox/simulink/slref/pulsegenerator.html pul...

plus de 13 ans il y a | 0

Réponse apportée
Model coverage without using sim
This may be what you're looking for: set_param(gcs,'SimulationCommand','Start') set_param(gcs,'SimulationCommand','Pause...

plus de 13 ans il y a | 1

| A accepté

Réponse apportée
How to solve multiple ODEs to fit empirical observations by optimizing multiple constants?
I'm not sure how you would do this with MATLAB only but <http://www.mathworks.com/products/sl-design-optimization/ simulink desi...

plus de 13 ans il y a | 0

Réponse apportée
How to route a signal without routing it through every layer in a simulink model
You can try different methods of signal logging or possibly a globally visible tag, although I'm not sure how well a global tag ...

plus de 13 ans il y a | 1

| A accepté

Réponse apportée
Signal Propagation in switch port
This sounds like you are using a mux like a bus, which doesn't always work as intended. See <http://blogs.mathworks.com/seth/20...

plus de 13 ans il y a | 1

| A accepté

Charger plus