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

casi 15 años hace | 1

Pregunta


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

casi 15 años hace | 5 respuestas | 0

5

respuestas

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

casi 15 años hace | 0

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

casi 15 años hace | 0

| aceptada

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

casi 15 años hace | 0

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

casi 15 años hace | 1

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

casi 15 años hace | 0

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

casi 15 años hace | 2

| aceptada

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

casi 15 años hace | 0

| aceptada

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

casi 15 años hace | 0

| aceptada

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

casi 15 años hace | 0

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

casi 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 0

| aceptada

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

alrededor de 15 años hace | 9

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

| aceptada

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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

Respondida
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

alrededor de 15 años hace | 0

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

más de 15 años hace | 0

Cargar más