Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 1

1

answer

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 3 answers | 0

3

answers

Question


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

10 years ago | 4 answers | 0

4

answers

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 0 answers | 0

0

answers

Question


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?

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 1

1

answer

Question


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

10 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 1 answer | 0

1

answer