Respondida
making a 341x341 matrix from a 465124x1 matrix.
Sounds like you are looking for the RESHAPE command.

alrededor de 14 años hace | 1

| aceptada

Respondida
Figure set color error
When it is urgent - call Technical Support and don't rely on the community ;-) But my guess is that you use variable or funct...

alrededor de 14 años hace | 0

| aceptada

Respondida
MATLAB has stopped working..
I always recommend to "re-MEX" the C-MEX S-Functions when using newer releases. I know this is not always necessary, but it can ...

alrededor de 14 años hace | 0

Respondida
sorting rows
doc sortrows

alrededor de 14 años hace | 0

Respondida
.m change to C file
This can be achieved by using the <http://www.mathworks.com/products/matlab-coder/ MATLAB Coder>.

alrededor de 14 años hace | 0

Respondida
identification of curve in a graph
You need the commands PLOT, HOLD und GINPUT.

alrededor de 14 años hace | 0

Respondida
Images and neural networks
It is difficult to recommend something to you with this level of information. In my view, your professor should give you some gu...

alrededor de 14 años hace | 1

| aceptada

Respondida
when i run this codding, the following error are shown..please help me to solve this problem :(
In order to troubleshoot a "Matrix dimensions must agree." error, you can identify the line number of the line causing the erro...

alrededor de 14 años hace | 0

Respondida
Answers vs Newsgroup
Viewpoint "person doing a web search": This user can easily see accepted (==helpful) answer in MATLAB Answers, while you would n...

alrededor de 14 años hace | 3

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 3

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

alrededor de 14 años hace | 0

| aceptada

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 0

| aceptada

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

alrededor de 14 años hace | 1

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 1

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

alrededor de 14 años hace | 1

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

alrededor de 14 años hace | 3

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

alrededor de 14 años hace | 5

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 0

| aceptada

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

alrededor de 14 años hace | 5

| aceptada

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 0

| aceptada

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

alrededor de 14 años hace | 0

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

más de 14 años hace | 0

Cargar más