답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 2

질문


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년 전 | 답변 수: 7 | 5

7

답변

답변 있음
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년 전 | 2

| 수락됨

답변 있음
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년 전 | 2

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

대략 14년 전 | 0

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

대략 14년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 1

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 2

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

질문


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년 전 | 답변 수: 4 | 3

4

답변

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 3

답변 있음
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년 전 | 2

답변 있음
callback for "BUILD"
Check out the RTWbuild command.

대략 14년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
Where to start learning Matlab
I suggest those tutorials: http://www.mathworks.com/academia/student_center/tutorials/

대략 14년 전 | 1

답변 있음
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년 전 | 1

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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...

대략 14년 전 | 4

| 수락됨

답변 있음
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...

대략 14년 전 | 0

답변 있음
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...

대략 14년 전 | 0

답변 있음
C compiler for MATLAB in 64-bit windows
The 64 Bit LCC is not supported for MATLAB on Win 64. For your other issue, please provide the MATLAB Release information.

대략 14년 전 | 0

더 보기