답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 0

| 수락됨

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

14년 초과 전 | 0

답변 있음
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년 초과 전 | 2

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 1

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

14년 초과 전 | 0

답변 있음
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 ...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 1

| 수락됨

답변 있음
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...

14년 초과 전 | 1

| 수락됨

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 1

답변 있음
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...

14년 초과 전 | 0

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

14년 초과 전 | 1

질문


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

14년 초과 전 | 답변 수: 5 | 0

5

답변

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

| 수락됨

답변 있음
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...

14년 초과 전 | 0

답변 있음
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".

14년 초과 전 | 1

답변 있음
matrix indexing and manipulation
First, you are correct that this code would arrange elements columnwise. You may have a look at the RESHAPE command for a more g...

14년 초과 전 | 0

답변 있음
Matlab 2010b with OS X lion
As of R2011a, MATLAB is supported for Lion, <http://www.mathworks.com/support/sysreq/current_release/macintosh.html see link>. ...

14년 초과 전 | 2

| 수락됨

답변 있음
slupdate
SLUPDATE is documented <http://www.mathworks.com/help/toolbox/simulink/slref/slupdate.html here>. If you have mymodel.mdl in ...

14년 초과 전 | 0

| 수락됨

더 보기