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

14 years ago | 1

| accepted

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

14 years ago | 0

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

14 years ago | 3

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

14 years ago | 0

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

14 years ago | 3

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

14 years ago | 0

| accepted

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

14 years ago | 0

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

14 years ago | 0

| accepted

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

14 years ago | 1

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

14 years ago | 0

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

14 years ago | 0

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

14 years ago | 0

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

14 years ago | 1

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

14 years ago | 1

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

14 years ago | 3

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

14 years ago | 5

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

14 years ago | 0

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

14 years ago | 0

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

14 years ago | 0

| accepted

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

14 years ago | 5

| accepted

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

14 years ago | 0

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

14 years ago | 0

| accepted

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

14 years ago | 0

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

14 years ago | 0

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

14 years ago | 0

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

14 years ago | 0

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

14 years ago | 0

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

14 years ago | 1

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

14 years ago | 2

| accepted

Answered
Simulink does not start
Try rehash toolboxcache

14 years ago | 0

Load more