질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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

4

답변

질문


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

1

답변

질문


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

1

답변

질문


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

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


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

1

답변

질문


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

1

답변

질문


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

1

답변

질문


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

1

답변

질문


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

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변