已回答
Find the maximum value and its position of a 10x10x10 matrix which meets a set of parameters.
max_value_position=max(M); max_value=M(max(M));

6 years 前 | 0

已回答
which version of daemon supports which version of matlab
<https://in.mathworks.com/matlabcentral/answers/277493-what-does-version-v35-with-lmutil-mean>

6 years 前 | 0

提问


Matrix addition of a first column in a loop
i have a cell A with 'n' cells inside. inside each cell i have a matrix. i want to do matrix addition of all the first column o...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
Undefined function 'symsum' for input arguments of type 'double'
First you need to syms n not sym n

6 years 前 | 0

| 已接受

已回答
What DOF in matlab mean ?
The number and types of joints, gears, and constraints in a mechanism partially determine its mobility—the total number of degre...

6 years 前 | 0

| 已接受

已回答
Why i am getting the error "Too many open files. Close files to prevent MATLAB instability."
The reason for the error messages is because the number of files that are open exceeds the limit on the maximum number of files ...

6 years 前 | 0

已回答
How to create section in matlab
put like this before section write like this to create a section %% Sections=[SecID A ky kz Ixx Iyy Izz yt...

6 years 前 | 0

| 已接受

提问


how to produce echo in a signal
i have frequency modulated signal which is in the form of a matrix.. ihave to produce an echo for the above signal..with delay a...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
error in saving and opening *.fig file
refer this:https://in.mathworks.com/help/matlab/ref/savefig.html

6 years 前 | 0

提问


have to use plot3
i have 3 coordinates x,y,z.. i have to plot it using plot3. my x,y,z coordinates gets updated in a for loop. i want all the poin...

6 years 前 | 1 个回答 | 0

1

个回答

提问


how to use plot3 for x,y,z, while plotting.. it shows nothing
i have to use plot3 function to plot x,y,z x=[1] y=[2] z=[3] plot3(x,y,z) while i plot this , nothing appears o...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
Frequency domain analysis of a Audio signal
[audio_in,audio_freq_sampl]=audioread('audio_signal'); Length_audio=length(audio_in); df=audio_freq_sampl/Length...

6 years 前 | 2

已回答
audio cutter in matlab
[x,fs]=audioread('C:\Users\Satyam\Downloads\Music\record20171119115236.wav'); x=resample(1,fs); audiowrite('ne...

6 years 前 | 0

提问


i want to add a delay and doppler shift to produce an echo of a FM modulated signal.
i want to add a delay and doppler shift to produce an echo of a FM modulated signal. .I modulated signal using 'fmmod'. I want t...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
how to simulate radar echo signal with time delay and doppler shift without using phased array toolbox if the direct signal is 16-ary QAM modulated
can anyone say answer for the above question with the signal as FM signal. atleast say the the analytic expression for the retur...

6 years 前 | 0