Manas Minnoor
Followers: 0 Following: 0
Feeds
답변 있음
Is there any MATLAB function for on off keying(OOK) modulation?
Hi Faheem, You may refer to the following link: https://in.mathworks.com/matlabcentral/fileexchange/14410-ask-ook-fsk-bpsk-qps...
Is there any MATLAB function for on off keying(OOK) modulation?
Hi Faheem, You may refer to the following link: https://in.mathworks.com/matlabcentral/fileexchange/14410-ask-ook-fsk-bpsk-qps...
3년 초과 전 | 0
답변 있음
Categorize data in if else statement
Hello, You may create an array of length 6, and increment a particular index of this array each time a particular weight catego...
Categorize data in if else statement
Hello, You may create an array of length 6, and increment a particular index of this array each time a particular weight catego...
3년 초과 전 | 1
답변 있음
What will be last elements in Iterative addition for loop?
Hi Vimal, You may access the last element of a matrix using the end keyword. https://in.mathworks.com/help/matlab/ref/end.html...
What will be last elements in Iterative addition for loop?
Hi Vimal, You may access the last element of a matrix using the end keyword. https://in.mathworks.com/help/matlab/ref/end.html...
3년 초과 전 | 0
답변 있음
How to split a 3D matrix into multiple 2D matrices
Hi Chao, Please refer to the following links which explain in detail how to use cell arrays to accomplish this. However, just ...
How to split a 3D matrix into multiple 2D matrices
Hi Chao, Please refer to the following links which explain in detail how to use cell arrays to accomplish this. However, just ...
3년 초과 전 | 0
| 수락됨
답변 있음
Difference between eigs and svds
Hi Orr, eigs returns the eigenvalues while svds returns the singular values of the matrix. If the matrix is not a real symmetr...
Difference between eigs and svds
Hi Orr, eigs returns the eigenvalues while svds returns the singular values of the matrix. If the matrix is not a real symmetr...
3년 초과 전 | 0
| 수락됨
답변 있음
error in fmincon function
Hi Aakash, Any function definition in a script must be at the end. You may not follow a function definition with unrelated code...
error in fmincon function
Hi Aakash, Any function definition in a script must be at the end. You may not follow a function definition with unrelated code...
3년 초과 전 | 0
| 수락됨
답변 있음
Code to find transfer function of 1-e^(-2t)+sin(t)
Hi Ganesh, Please refer to the following link: https://in.mathworks.com/help/control/ug/transfer-functions.html The tf funct...
Code to find transfer function of 1-e^(-2t)+sin(t)
Hi Ganesh, Please refer to the following link: https://in.mathworks.com/help/control/ug/transfer-functions.html The tf funct...
3년 초과 전 | 0
답변 있음
Cant find array-vector add block in simulink
Hi Gal, The mentioned block requires the DSP System toolbox. You may find it here: https://in.mathworks.com/products/dsp-syste...
Cant find array-vector add block in simulink
Hi Gal, The mentioned block requires the DSP System toolbox. You may find it here: https://in.mathworks.com/products/dsp-syste...
3년 초과 전 | 0
답변 있음
3 × 3 hit
Hi Rusel, Assuming you want to input the numbers one by one, you may use nested for loops along with the input function, whose ...
3 × 3 hit
Hi Rusel, Assuming you want to input the numbers one by one, you may use nested for loops along with the input function, whose ...
3년 초과 전 | 0
답변 있음
I need to read the image one by one and use every image
Hi Mahmoud, Please refer to the following links: https://in.mathworks.com/matlabcentral/answers/179025-how-to-read-images-one-...
I need to read the image one by one and use every image
Hi Mahmoud, Please refer to the following links: https://in.mathworks.com/matlabcentral/answers/179025-how-to-read-images-one-...
3년 초과 전 | 0
답변 있음
How to find distance on discrete graph
Hey Itzik, Please refer to the following documentation, it may be what you're looking for. https://in.mathworks.com/matlabcent...
How to find distance on discrete graph
Hey Itzik, Please refer to the following documentation, it may be what you're looking for. https://in.mathworks.com/matlabcent...
3년 초과 전 | 0
답변 있음
sum of multiples of 3 from 0 to 100
Hey Mina, You can generate only the multiples of 3 in the for loop using the colon operator. Please refer to the following doc...
sum of multiples of 3 from 0 to 100
Hey Mina, You can generate only the multiples of 3 in the for loop using the colon operator. Please refer to the following doc...
3년 초과 전 | 0