Harsh Kumar
Followers: 0 Following: 0
Feeds
已回答
Fit data to lagged custom function
Hope this may help , % Assuming you have your y data in a vector called 'y' % and c is your known constant % Step 1: Prepar...
Fit data to lagged custom function
Hope this may help , % Assuming you have your y data in a vector called 'y' % and c is your known constant % Step 1: Prepar...
4 months 前 | 0
| 已接受
已回答
is it possible to see what variables and functions affecting a certain variable ?
I think you could MATLAB Debugger. Set a breakpoint at the line where your variable of interest is used or modified. Run your...
is it possible to see what variables and functions affecting a certain variable ?
I think you could MATLAB Debugger. Set a breakpoint at the line where your variable of interest is used or modified. Run your...
4 months 前 | 0
已回答
issue with accessing the documention from App.
Hi Bharat , I understand that you are not able to access the documentation from the MATLAB App . To resolve this , In the Up...
issue with accessing the documention from App.
Hi Bharat , I understand that you are not able to access the documentation from the MATLAB App . To resolve this , In the Up...
1 year 前 | 0
| 已接受
已回答
Not able to figure out the way to deal with large vectors
Hi Bhaskar , I understand that you are looking to compute the odd and even parts of a function optimistically in MATLAB . To...
Not able to figure out the way to deal with large vectors
Hi Bhaskar , I understand that you are looking to compute the odd and even parts of a function optimistically in MATLAB . To...
1 year 前 | 0
| 已接受
已回答
How OK is it to take parts of Matlab add-ons for one's own code?
Hi Filip , I understand that you are trying to confirm whether sharing Add-Ons in such a way is legal or not . The MATLAB Ans...
How OK is it to take parts of Matlab add-ons for one's own code?
Hi Filip , I understand that you are trying to confirm whether sharing Add-Ons in such a way is legal or not . The MATLAB Ans...
1 year 前 | 0
已回答
Plotcube function not working
Hi Morgan , I understand that you are facing an issue with the compilation of 'plotcube' function . The error message you ar...
Plotcube function not working
Hi Morgan , I understand that you are facing an issue with the compilation of 'plotcube' function . The error message you ar...
1 year 前 | 0
| 已接受
已回答
why my code run in online matlab, and in app has an error?
Hi Felipe , I understand that you are facing an error while running a code in MATLAB App which runs fine in MATLAB online . I...
why my code run in online matlab, and in app has an error?
Hi Felipe , I understand that you are facing an error while running a code in MATLAB App which runs fine in MATLAB online . I...
1 year 前 | 0
已回答
Circular conv of two discrete time signals in time domain without FFT
Hi Rohan , I understand that you are trying to implement the circular convolution programmatically in MATLAB and should be abl...
Circular conv of two discrete time signals in time domain without FFT
Hi Rohan , I understand that you are trying to implement the circular convolution programmatically in MATLAB and should be abl...
1 year 前 | 1
| 已接受
已回答
Adalm Pluto Detection Problem
Hi Ekin, I understand that your machine (Windows 11) is not able to detect ‘Adalm Pluto’ after the Hardware support package c...
Adalm Pluto Detection Problem
Hi Ekin, I understand that your machine (Windows 11) is not able to detect ‘Adalm Pluto’ after the Hardware support package c...
1 year 前 | 0
已回答
Performance comparison of FFT vs. Wavelets
Hi Prashanth, I understand that you are willing to understand the computational duration when comparing ‘Fast Fourier Transfor...
Performance comparison of FFT vs. Wavelets
Hi Prashanth, I understand that you are willing to understand the computational duration when comparing ‘Fast Fourier Transfor...
1 year 前 | 1
已回答
Cross Correlation between two ramp signals
Hi James , I understand that you are trying to calculate the Lag between two signals using 'xcorr' function. You are getting ...
Cross Correlation between two ramp signals
Hi James , I understand that you are trying to calculate the Lag between two signals using 'xcorr' function. You are getting ...
1 year 前 | 1
已回答
some matlab functions like sawtooth, square etc are not running and display error in command window of "signal processing toolbox" ... any possible solution???
Hi Moiz, I understand that you are trying to plot a 'Sawtooth function' programmatically in MATLAB with given specifications. ...
some matlab functions like sawtooth, square etc are not running and display error in command window of "signal processing toolbox" ... any possible solution???
Hi Moiz, I understand that you are trying to plot a 'Sawtooth function' programmatically in MATLAB with given specifications. ...
1 year 前 | 0
已回答
Unable to get how to solve for mutltivariable function while calculating DTFT
Hi Rohit, I understand that you are trying to find the response of a system for a given input whose frequency response has bee...
Unable to get how to solve for mutltivariable function while calculating DTFT
Hi Rohit, I understand that you are trying to find the response of a system for a given input whose frequency response has bee...
1 year 前 | 0
| 已接受
已回答
Is there any easy way to handle difference equation in MATLAB ?
Hi Ram, I understand that you are trying to solve difference equations optimistically in MATLAB. To do this , you can tak...
Is there any easy way to handle difference equation in MATLAB ?
Hi Ram, I understand that you are trying to solve difference equations optimistically in MATLAB. To do this , you can tak...
1 year 前 | 1
| 已接受
已回答
nth order filter approximations to LPF not giving proper results
Hi Bhaskar, I understand that you are trying to implement an analog butterworth filter with the given specifications programma...
nth order filter approximations to LPF not giving proper results
Hi Bhaskar, I understand that you are trying to implement an analog butterworth filter with the given specifications programma...
1 year 前 | 1
| 已接受
已回答
Sketch the magnitude and phase plot of x(n)=sin(4πn/21)+cos(10πn/21)+1 using DTFS representation.
Hi Pratiksha , It is my understanding that you are trying to implement the Discrete Time Fourier Series programmatically in M...
Sketch the magnitude and phase plot of x(n)=sin(4πn/21)+cos(10πn/21)+1 using DTFS representation.
Hi Pratiksha , It is my understanding that you are trying to implement the Discrete Time Fourier Series programmatically in M...
1 year 前 | 0
已回答
impossible sign in in matlab
Hi Marco , It is my understanding that you are facing issue in signing in MATLAB 2022b verison . To resolve this issue , th...
impossible sign in in matlab
Hi Marco , It is my understanding that you are facing issue in signing in MATLAB 2022b verison . To resolve this issue , th...
1 year 前 | 0
已回答
how to calculate this equation in matlab?
Hi Kajal , It is my understanding that you are interested in generating a program for the above mentioned mathematical equati...
how to calculate this equation in matlab?
Hi Kajal , It is my understanding that you are interested in generating a program for the above mentioned mathematical equati...
1 year 前 | 0
| 已接受
已回答
How to verify the discrete-time convolution theorem with Matlab
Hi moyu, As per my understanding ,you are using two different methods to determine the Fast Fourier Transform of a function but...
How to verify the discrete-time convolution theorem with Matlab
Hi moyu, As per my understanding ,you are using two different methods to determine the Fast Fourier Transform of a function but...
1 year 前 | 2
已回答
Common left ylabel and right ylabel for subplots
Hi Mayank , It is my understanding that you are unable to assign a common right ylabel for your multi axes graph using yylabel....
Common left ylabel and right ylabel for subplots
Hi Mayank , It is my understanding that you are unable to assign a common right ylabel for your multi axes graph using yylabel....
1 year 前 | 1
已回答
Matlab Margin Display From a Bode Plot Code
Hi Yigit, It is my understanding that you are interested in calculating the margins without using the "tf"command to convert th...
Matlab Margin Display From a Bode Plot Code
Hi Yigit, It is my understanding that you are interested in calculating the margins without using the "tf"command to convert th...
1 year 前 | 0