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

circa 14 anni fa | 0

| accettato

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

circa 14 anni fa | 0

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

circa 14 anni fa | 0

Risposto
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)

circa 14 anni fa | 2

Domanda


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

circa 14 anni fa | 7 risposte | 5

7

risposte

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

circa 14 anni fa | 2

| accettato

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

circa 14 anni fa | 2

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

circa 14 anni fa | 0

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

circa 14 anni fa | 0

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

circa 14 anni fa | 0

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

circa 14 anni fa | 0

| accettato

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

circa 14 anni fa | 1

| accettato

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

circa 14 anni fa | 0

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

circa 14 anni fa | 0

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

circa 14 anni fa | 2

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

circa 14 anni fa | 0

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

circa 14 anni fa | 0

Domanda


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

circa 14 anni fa | 4 risposte | 3

4

risposte

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

circa 14 anni fa | 0

| accettato

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

circa 14 anni fa | 3

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

circa 14 anni fa | 2

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

circa 14 anni fa | 0

| accettato

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

circa 14 anni fa | 0

| accettato

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

circa 14 anni fa | 0

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

circa 14 anni fa | 1

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

circa 14 anni fa | 1

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

circa 14 anni fa | 0

| accettato

Risposto
Simulink shows only the last 2 second of simulation time
Please verify the scope setting: Parameters - Data History - Limit Data Point to last. The default is it is checked and limit...

circa 14 anni fa | 4

| accettato

Risposto
Move Matlab to new Windows 7 computer
As the details are bit depending on you license type and MATLAB release, I recommend calling into installation support. Assum...

circa 14 anni fa | 0

Risposto
Creating a file containing 2 mat files
LOAD can also be used for loading ASCII formats, but yes the default is MAT. When you have 2 different MAT files, then the wa...

circa 14 anni fa | 0

Carica altro