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

15 years ago | 0

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

15 years ago | 2

| accepted

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

15 years ago | 0

| accepted

Answered
How to convert Stateflow model to Simulink model?
A Stateflow chart cannot be converted into a Simulink model. Based on my experience, the are two reasons why one asks such a que...

15 years ago | 0

| accepted

Answered
how to open curve fit tool in R009b?
There are 3 possibilites: * Not installed ver * Not licensed license('test','curve_fitting_toolbox') * Path i...

15 years ago | 0

Answered
Simulink Coder(RTW) can be purchased separately without having entire Matlab software?
While Arnaud's answer is correct, I was wondering why one would like to do that at all. I can think of two scenarios: 1. You ...

15 years ago | 0

Answered
how to convert matlab code to simulink.????
"Converting" sounds like you seek an automated method. I am afraid this is not possible. You can use MATLAB Code inside Simul...

15 years ago | 0

Answered
How to generate .m file from SIMULINK model (.mdl file)?
In case you are at the beginning of your project, you could try to work MATLAB based and include the (same) code within Simulink...

15 years ago | 1

Answered
Can anyone help us draw surface using the following data?
This <http://www.mathworks.com/support/tech-notes/1200/1212.html Technical Note> will help you.

15 years ago | 0

| accepted

Answered
What is your unusual use of MATLAB?
I used Simulink and the very first version of the Video and Image Processing Blockset to identify a roaming cat that disturbed o...

15 years ago | 9

Answered
Error using ==> plot
Your code runs successfully on my machine. What OS and MATLAB Release do you use? Can you verify t and x have the same size r...

15 years ago | 0

Answered
error while using "from file" block in SIMULINK
In case this is a very individual issue, I suggest contacting Technical Support and provide your files. I have one suggestion...

15 years ago | 1

Answered
simulink question
I recommend that you set the solver and the step size to something that makes numerical sense for your application. You can find...

15 years ago | 1

Answered
PDE Toolbox request
PDE toolbox is available for the current release and supported for al operating systems MATLAB is supported for: http://www.m...

15 years ago | 0

Answered
How can I convert a large .mat file (> 400 MB) into an excel file or csv file?
It looks like you have the code already, but are looking for suggestions how to avoid memory errors. I have two: 1. Convert t...

15 years ago | 0

Answered
Can't install MATLAB R2010a on Windows XP.
There are a couple of solution documents - created by the installation support team - that look applicable: http://www.mathwork...

15 years ago | 0

| accepted

Answered
Anyone know a good resource for using Bloomberg through MATLAB?
My suggestion is that you get in touch with the MathWorks account Manager who can identify the best material for you. Maybe what...

15 years ago | 1

Answered
xpc target
xPC Target is supported for Win64 as of R2011a, see <http://www.mathworks.com/help/toolbox/xpc/rn/bss55i4.html#bsvxaak release n...

15 years ago | 0

Answered
Question about creation of matlab
Information about quality management can be seen as intellectual property as well as information that is good to share in order ...

15 years ago | 0

Answered
Versions
One explanation could be an effect of product restructuring, see e.g. <http://www.mathworks.com/help/toolbox/rtw/rn/bsr6_8k-1.ht...

15 years ago | 0

Answered
processing a large image in matlab
The code looks pretty straight forward to me. Maybe not speed optimized, but I see no obvious memory waste. One would need to ru...

15 years ago | 0

Answered
saving matlab results
From your description, I'd say you have x, y, z in your MATLAB workspace. Then you can save the data with the SAVE command. The ...

15 years ago | 0

Answered
hi I am a student want to create standalone application of my matlab project
There is a bug report that may apply: http://www.mathworks.com/support/bugreports/456068

15 years ago | 0

Answered
Matlab function "mean" returns the exact same value for "uint16" and "double" values, not for single values
The issue in the code you use is not in MEAN, but in ==. mean(double(s)) and mean(single(s)) return similar results, but not ...

15 years ago | 0

Answered
Recover a .mat file
This is a confusing error message. I would expect this message when using an ASCII file, not a binary MAT file. In order to help...

15 years ago | 0

Answered
Signal Generator block doesn't work
That sounds like that you either use the default step size which produces unexpected output (-> smaller step sizes) or that you ...

15 years ago | 0

Answered
scope output
Typically, disturbed ouputs in scopes are based on the misunderstanding that a scope can display more data points than are simul...

15 years ago | 0

Answered
Can't get MATLAB to start
Most installation and startup issues als well documented in solutions or bug reports. This could be relevant for you: <http://ww...

15 years ago | 1

Answered
ARRANGING IN ALPHABETICAL ORDER
You need two commands: XLSREAD and SORT. I am sure the community will help you troubleshoot issues when you start to encounter t...

15 years ago | 0

Answered
Index exceeds matrix dimensions ??
The link does not work for me, but when a code from a documentation example does not work, then it is likely that either the dat...

15 years ago | 0

Load more