Answered
State Flow Error - occurs when trying to run
Along the lines of Kaustubha's comment. The most frequent failure mode is, that users do not know that # Stateflow always nee...

15 years ago | 0

| accepted

Answered
Mathworks Products for Electronics Simulation
A very efficient way for an overview is a webinar. E.g. check out these webinars for <http://www.mathworks.com/company/events/we...

15 years ago | 0

Answered
3d plot in a simulink model
Although I am not too familiar with this product, from the name <http://www.mathworks.com/products/3d-animation/ Simulink 3D Ani...

15 years ago | 0

Answered
difference between matlab 6.1r12.1 and matlab 7.13r2011a
In theory, you could read all the <http://www.mathworks.com/help/techdoc/rn/rn_intro.html release notes> in the last ten years s...

15 years ago | 0

Answered
Breakpoints unpredictable in R2011a
One user pointed me to this thread, as we were discussing aspects of the development timelines and fixing bugs. Indeed, MathWork...

15 years ago | 2

Answered
Matlab-Simulink r2009b/ Compressor Blocks in Simulink
For pneumatics, <http://www.mathworks.com/help/physmod/simscape/pneumatic- elements.html check this out>

15 years ago | 0

Answered
how to separate out the lung sounds from heart sounds ?
You need to provide FAR more information for a useful answer. "Separation" can't be the ultimate goal. Separation will be an int...

15 years ago | 0

Answered
HOW TO DIVIDE RANDOMLY
# Move the data into the five groups as they are # Create a set of random numbers with indices, e.g. (1,5), (2,3) etc. # Flip ...

15 years ago | 0

Answered
How to know what is the computational time for running matlab simulink?
In addition, you can use CPUTIME and ETIME. BUT Typically, nobody asks this for pure curiosity. Do you need to reduce the ...

15 years ago | 0

Answered
Matlab-Simulink r2009b/ Compressor Blocks in Simulink
There are a couple of chamber <http://www.mathworks.com/help/toolbox/physmod/hydro/ref/bp5xehq.html blocks> in the SimHydraulics...

15 years ago | 0

Answered
How to read image from pixel values
An image in MATLAB is an array (matrix) of pixel values. I'd say you have 2 steps. 1. Importing the TXT file. 2. Display the ima...

15 years ago | 1

| accepted

Answered
Copy/Paste Simulink model into word: Variable names does contain additional "space" character after process
I still struggle to understand the issue. When I select "Copy Model to Clipboard" from the model's menu and paste it into MS Wor...

15 years ago | 0

| accepted

Answered
image processing
Check out the <http://www.mathworks.com/products/computer-vision/ Computer Vision System Toolbox> and search for the demo about ...

15 years ago | 0

Answered
how to start writing a program ?
My 2 cents: It is all a matter of goals and skills. Engineers often like to start small and incrementally develop code. Downside...

15 years ago | 2

Answered
HOW TO PERFORM IWT
When you say "don't know how to perform", I would see this question as "I have the code, but I can't run it". As there is no IWT...

15 years ago | 0

Answered
Simulation freezes
There are tons of reasons for it and your question misses the most important information: What release are you using? Lion is ju...

15 years ago | 0

Answered
Problem with importing exact data dimension from SPSS to MATLAB
My guess is, that this is caused by column separator issues. Maybe MATLAB interprets the to be imported data differnt as of d...

15 years ago | 0

Answered
large files, very slow editor, no fix?
I know of a couple of examples where disabling cell mode *completley* healed the issue. Actually, I know only of one counter-exa...

15 years ago | 0

Answered
imshow(I, [low high]
The choice of the LOW and HIGH parameters is depending on your application. The lowest and highest values of your picture (you c...

15 years ago | 0

Answered
Software_MatLab ver. 2006b_Startup takes very long
There are multiple Technical Support Solutions on this. My favourites are: http://www.mathworks.com/support/solutions/en/data...

15 years ago | 0

Answered
MATLAB Simulink communication in real time
Many people with this description look for a way that is actually an artificial slowdown of Simulink, so that it is running appr...

15 years ago | 1

Answered
Reg license
This forum is intended for technical discussions. Questions about the license agreement or related topics should be addressed to...

15 years ago | 0

Answered
Matlab Builder JA error
Can you verify? !java-verion That would be a system command I a not aware of. Do you intend to run java -version ...

15 years ago | 0

Answered
Need helps for data disappear after running "sim"
Try this [x,y]=sim('vdp'); Use the SIM command with return variables like described <http://www.mathworks.com/help/toolb...

15 years ago | 1

| accepted

Answered
Disagreement of Matrix dimension
How to debug this: 1. Format the code in a way Oleg asked for. You help others to help you. 2. If you have a matrix dimens...

15 years ago | 1

| accepted

Answered
idtplot: Width and height must be > 0
It looks like you are using the file from <http://www.mathworks.com/matlabcentral/fileexchange/9740-intensity-duration-frequency...

15 years ago | 0

Answered
Date and Datestr
I'd say the reason for different results is described <http://www.mathworks.com/support/solutions/en/data/1-178GT/?solution=1-17...

15 years ago | 0

Answered
Matlab Replacement
I asked MathWorks Customer Service. There are a couple of questions to ask, e.g. the Student Version release you are using. P...

15 years ago | 1

Answered
mexw32 to mexw64
I also believe there is no way to convert and recompiling is the only way. The point is: What to do if you do not have the so...

15 years ago | 0

Answered
How do I code a calender?
This is a very brief question. Here is a brief answer: 1. WEEKDAY command 2. ActiveX in GUI

15 years ago | 1

Load more