Answered
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 ago | 0

Answered
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 ago | 0

Question


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 ago | 1 answer | 0

1

answer

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

6 years ago | 0

| accepted

Answered
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 ago | 0

| accepted

Answered
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 ago | 0

Answered
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 ago | 0

| accepted

Question


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 ago | 0 answers | 0

0

answers

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

6 years ago | 0

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 2

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

6 years ago | 0

Question


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 ago | 0 answers | 0

0

answers

Answered
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 ago | 0