Frage


You can open workspace panel using workspace command. Is there a command to close this panel? Of course, you can close by clicking the 'x' of the panel. I am asking for a command (against mouse action) to achieve this.
You can open workspace panel using workspace command. Is there a command to close this panel? Of course, you can close by clic...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I want to know the difference between audioplayer and sound in matlab.
As far as I know, sound and audioplayer play a vector with a given sampling rate. What is the difference between them? Are the...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is the difference between hold on and hold all?
What is the difference between hold on and hold all?

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I did not find in the documentation. What is the meaning of set(0,....). What does 0 signify?
I did not find in the documentation. What is the meaning of set(0,....). What does 0 signify? I know that it is the handle? ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Adversity Testing MATLAB. Why does matlab say this?
I give this command and get answer as below. What does this mean? I was simply doing adverstity testing of MATLAB. syms x ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matlab and various symbol printing
I wanted a comprehensive and fool proof documentation of printing various symbols in various contexts of MATLAB programming like...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


on floating point arithmetic - moler book
I am referring to NCM book by Moler which on page 37 says - "The entire fractional part of a floating-point number is not f, but ...

mehr als 9 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


antidote of "workspace"? You can create a workspace window(?) by keying in workspace at the command prompt. Can you close it from the command prompt? Of course, it can be closed by the mouse-click.
You can create a workspace window(?) by keying in workspace at the command prompt. Can you close it from the command prompt? O...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to create a new m file automatically with filled in commands every time?
I wanted to have the ability of creating m files with some standard lines filled in like clear all; close all; datestr(now) ever...

mehr als 9 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


finding the max values and their coordinates/indices
MATLAB documentation says "[C,I] = max(...) finds the indices of the maximum values of A, and returns them in output vector I...

fast 10 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


Timetable making MATLAB code
I want to know if we have a timetable making tool based on MATLAB. If someone has developed and documented, that will be useful ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can we simulate the radiation pattern of an antenna element when it is frequency dependent?
I am referring to this code freqVector = [1 1.25].*1e9; % Frequency range for element pattern hAnt = phased.C...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


filtering through correlation - MATLAB documentation
MATLAB documentation says that "imfilter performs multidimensional filtering using correlation, which is the same way that FILT...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Do you have a 'Matlab diary' equivalent in C or other interpreter language like TCL?
Do you have a 'Matlab diary' equivalent in C or other interpreter language like TCL?

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


circular convolution - why the third argument - what is the use?
"Circular convolution is used to convolve two discrete Fourier transform (DFT) sequences." MATLAB documentation says this. To ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to interpret format hex displays
format hex a=12 The output you get is a long string of digits like 40XXXXXXXXXXXX (some digits) where as you expect to get C....

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


on the meaning of doubles ...
I have copy pasted below a piece from MATLAB documentation. Numbers represented in the double format have a maximum precision...

etwa 10 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Is there a way to create all m files with already filled in some predetermined lines that are needed for every file like clear all; close all; author name etc?
Is there a way to create all m files with some "predetermined, fixed lines already filled in" (that are needed for every file li...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


startup.m file sequence
My startup file is as below cd ('C:\Documents and Settings\Seetha Rama Raju S\Desktop\Dr. Seetha Rama Raju Sanapala\Not direc...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort