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

14 years ago | 0

| accepted

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

14 years ago | 0

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

14 years ago | 0

Answered
image error
Your code would work with some images, but in your case, x likely is 3 dimensional. E.g this examples image is imdata = imr...

14 years ago | 0

| accepted

Answered
Matlab gives wrong determinant value of 2x2 Matrix without warning.
I can explain, but can't tell what do do else. If you look at m(1)*m(4) ans = 1.047227927956403e+16 m(2)*m(3) a...

14 years ago | 0

Answered
How can I test a successful installation of MATLAB?
Fast and easy ways to test the functionality of a product: Simulink: sim('vdp') Control System Toolbox: tf(1, [1...

14 years ago | 0

Answered
How can I test a successful installation of MATLAB?
The BENCH command itself contains a couple of useful tests. Designed for perfomance tests though: bench(5)

14 years ago | 2

Question


How can I test a successful installation of MATLAB?
There is a need to automatically verify successful installations of MATLAB and related products. Often, IT staff without deep MA...

14 years ago | 7 answers | 5

7

answers

Answered
Clean up Simulink block diagram
A year ago, I worked with users and developers ( I called it myself Simulink Beautifier :-) ) to find out if such things are pos...

14 years ago | 2

| accepted

Answered
input and outpt in simulink
I assume you mean signals, not parameters. Input: Either From File or From Workspace block. This depends on the structure of ...

14 years ago | 2

Answered
ETO in MATLAB
European Theater Of Operations? Estimated Take-Off? http://www.acronymfinder.com/ETO.html

14 years ago | 0

Answered
symbolic toolbox
Please contact the Sales department of your local MathWorks office or distributor, contact information <http://www.mathworks.com...

14 years ago | 0

Answered
Linking data from workspace.
That can actually be down with all functions by default. I recommed this section of the <http://www.mathworks.de/help/techdoc/ma...

14 years ago | 0

Answered
simulink
You probably have even more signal processing needs than just this, so I suggest using the DSP System Toolbox. There is an FFT b...

14 years ago | 0

| accepted

Answered
combining a graphics
As far as I understand your question, you are looking for the HOLD command. Example code: plot(0:50,rand(1,51),'b') hold...

14 years ago | 1

| accepted

Answered
read random .wav in MATLAB
No full code, but the hint to use the commands DIR, RAND and WAVREAD. With DIR, you can receive all WAV files in a certain di...

14 years ago | 0

Answered
How to find the maximum(single) value in an image
First you identify the maximum value. Use the MAX command. Then it depends what "eliminating" means, as you can't have a matr...

14 years ago | 0

Answered
Solaris 10 (5.10 Generic_144500-19) patch killed Matlab?!
MathWorks Technical Support can provide a way to work around the issue. Please contact Technical Support and refer to the intern...

14 years ago | 2

Answered
Matlab 6.5 installation on Windows 7
While I am certainly curious what the business need for you is to install 2002 software on a 2011 OS, the error message points t...

14 years ago | 0

Answered
Regarding the size of matrix that Matlab can handle
On 32 bit Windows machines - still the most common platform - a practical size of matrices ends with about 500MB. Always remembe...

14 years ago | 0

Question


Plz xpln why nt sing vwls
"Please explain why not using vowels" This certainly is off-topic (more into social sciences :-) , but can somebody explain t...

14 years ago | 4 answers | 3

4

answers

Answered
What is a vector?or what are vector coordinates?
A vector in MATLAB is any kind of 1xn or nx1 matrix like a=[1 2 3] I have no idea what vector coordinates are, maybe ind...

14 years ago | 0

| accepted

Answered
how to stop variable auto display in command window
As your example code does not run at all (brackets unbalanced, zero indices), I am not sure if your real code uses the semicolon...

14 years ago | 3

Answered
index exceeding matrix dimension..line 102..
# Go to line 101 and set a breakpoint # Run the code # It will stop at line 101. Look at all variables needed in line 102 and ...

14 years ago | 2

Answered
callback for "BUILD"
Check out the RTWbuild command.

14 years ago | 0

| accepted

Answered
Execution time prediction for Simulink models
That is a very interesting question and I hope many others contribute to it. My first idea is to simulate a model for a brief pe...

14 years ago | 0

| accepted

Answered
Matlab (2011b) compiler doesn't compile
The most frequent issue is that users do not have a supported compiler with their Windows 64 bit installation. Please verify: ...

14 years ago | 0

Answered
Where to start learning Matlab
I suggest those tutorials: http://www.mathworks.com/academia/student_center/tutorials/

14 years ago | 1

Answered
what benefit of matlab
In order to help you better, I recommend that you describe your application and maybe how you plan implementing it. In genera...

14 years ago | 1

Answered
Simulink: Scope time scale
Funny - just yesterday, I answered such a thing <http://www.mathworks.com/matlabcentral/answers/28528-simulink-shows-only-the-la...

14 years ago | 0

| accepted

Load more