Risposto
Index exceeds matrix dimensions
When I run this code in this line x(xx)=x(t)+delT*(alpha+beta*log(a(t))+gama*x(t))*(M-x(t))*exp(-d*p(t))*exp(h*q(t)) bec...

quasi 14 anni fa | 0

Risposto
Pause function in matlab for 1 millisecond
While Jakob's answer is a correct answer to your specific question, you might want to do something different, as the PAUSE comma...

quasi 14 anni fa | 3

Risposto
Computer Vision System Toolbox
That is a <http://www.mathworks.com/products/computer-vision/ MathWorks product> And <http://www.mathworks.com/company/aboutu...

quasi 14 anni fa | 0

| accettato

Risposto
simulink: assign values to a resistance by using matlab scripts
Correctly to the comment above, the command to make this is SET_PARAM and certainly it is always in the documentation. Howeve...

quasi 14 anni fa | 0

Risposto
convert .mat to binary format
As I said -"The term "binary format" may be used in different ways.". You are then looking for DEC2BIN. An example is in <http:/...

quasi 14 anni fa | 0

| accettato

Risposto
convert .mat to binary format
The term "binary format" may be used in different ways. From the MATLAB perspective, there is the <http://www.mathworks.com/help...

quasi 14 anni fa | 1

Risposto
Is it possible to freely change postions of inputs and outputs of simulink blocks?
This is a very well known limitation. No, unfortunately, it is not possible to set arbitrary positions of ports.

quasi 14 anni fa | 0

Risposto
is there any tool in matlab a2012 to do image normalization between two images
You may look for the <http://www.mathworks.com/help/toolbox/images/ref/normxcorr2.html NORMXCORR2> function?

quasi 14 anni fa | 0

Risposto
Reinstalling R2006b on Win7 computer - Aero Problems
Back in 2009, Installation Support provided Charles <http://www.mathworks.com/support/solutions/en/data/1-AUXDGC/index.html this...

quasi 14 anni fa | 0

Risposto
Matlab-code for SVD
The exact source code is indeed protected, but based on what I know of the history and origins of MATLAB, you could look up how ...

quasi 14 anni fa | 1

Risposto
Calculation speed
Other contributing factors could be * 32/64 architecture of machine in combination of 32/64 MATLAB * BLAS routines, e.g. the...

quasi 14 anni fa | 1

Risposto
How to convert image into matrix
If you import a picture, it is actually a matrix, so I am not sure what do are looking for. Try: imdata = imread('ngc6543a....

quasi 14 anni fa | 3

Risposto
Exporting Preferences
I'd say the easiest was is to copy the whole directory of preference files. You can tell which directory, by typing prefdir ...

quasi 14 anni fa | 5

Risposto
Using Simulink's Averaging Spectrum Analyzer
Maybe this is only a partial answer, but hopefully helps on the way to a full answer. Some years ago, I learned that the bloc...

quasi 14 anni fa | 0

Risposto
issue about Symbolic Math Toolbox of the MatLab 2009a 64bit
Assuming you own a license with this product included and active software maintenance service, you could: Uprade to a higher ...

quasi 14 anni fa | 0

Risposto
axes setting problem
The issue is in how you use YLABEL. Try: set(ax1,'ylabel', 'Distance(m)'); The point is that you need a different type o...

quasi 14 anni fa | 0

| accettato

Risposto
Rare examples of confusing error messages
My all-time favourite is Caught unexpected exception of unknown type.

quasi 14 anni fa | 5

| accettato

Risposto
maximum possible array in Matlab R2012a
It is actually not so much about the release but the architecture. I recommend using a 64 bit architecture. Maybe there is so...

quasi 14 anni fa | 0

Risposto
Changing labels in Bode Diagram
The easiest way is to open the plot tools and modifiy the respective properties interactively. You can also use the SET command,...

quasi 14 anni fa | 0

| accettato

Risposto
error-index exceeds matrix dimension
net=newff(P1(:,trains),Tar(:,trains),2); throws an error in the first run, as Tar has no second dimension. Probably you mea...

quasi 14 anni fa | 0

Risposto
2006b runs M-file faster than 2011a
This answer is about the first steps to indentify reasons. First of all, it is assumed both installations are on the same machin...

quasi 14 anni fa | 0

Risposto
Matlab fixes figure dimensions
I personally do not know how I would fix width and height so that it can be manipulated anymore (at least interactively, SET wou...

circa 14 anni fa | 0

Risposto
How to set up Matlab Compiler Runtime as compiler?
My guess is you have a Windows 64 Bit machine and thus need to install a supported C Compiler, see the <http://www.mathworks.com...

circa 14 anni fa | 0

Risposto
how to read the complex numbers from ms excel?
I assume you can get this working by importing the strings/character arrays into MATLAB using XLSREAD. [num,txt,raw] = xlsr...

circa 14 anni fa | 0

Risposto
Problem installing Matlab 7.0 in windows 7
So first of all Walter is right, it is not supported. This however does not necessary mean it will not work. This wording just m...

circa 14 anni fa | 1

Risposto
Update simulink block
Try "update diragram" You can update a Simulink model from the MATLAB command window or from a MATLAB file by using the SET_...

circa 14 anni fa | 2

| accettato

Risposto
Simulink does not start
Try rehash toolboxcache

circa 14 anni fa | 0

Risposto
minimum of a matrix
The "trick" is not in using a certain command, but to know that your 3 dimensional matrix can be addressed as a vector. Example:...

circa 14 anni fa | 0

| accettato

Risposto
regarding save in matlab
When simply using save, it saves all existing variables. You can determine how many those are by using WHO / WHOS commands.

circa 14 anni fa | 0

Risposto
patient database
You may want to use Database Toolbox in combination with creating a graphical user interface (GUI). If the "database" is just fo...

circa 14 anni fa | 0

Carica altro