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

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

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

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

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

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

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

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

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

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

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

14 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

Question


Why are there duplicate posts in MATLAB Answers?
Sometimes, identicaly or very similar posts appear in MATLAB Answers from the same user. I would like know why. Is there somethi...

15 years ago | 5 answers | 0

5

answers

Answered
How long have you been using matlab? tell us your story
I graduated end of 1994 and knew a symbolic math software (I do not name here :-) ) from my time at the university. When I st...

15 years ago | 0

Answered
convert image processing m file to simulink
If the only reason to move to Simulink is the need to create a Stand-Alone Application, then you don't have to. The MATLAB Compi...

15 years ago | 0

| accepted

Answered
Imperfect Plot
When I remove 'handles.axes1' from your code and execute it, I see a figure with xlimits 0:35 and ylimits 0:1. This is exactly w...

15 years ago | 0

Answered
how to run the matlab code step-by-step?
Many users also prefer not line by line, but a bit larger chunks. Look for "Cell Mode".

15 years ago | 1

Load more