Community Profile

photo

Ashutosh Singh Baghel

Last seen: 28일 전 2021년부터 활동

통계

  • Knowledgeable Level 3
  • Revival Level 2
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
plot the Fourier-transform of vogeltje
Hi Lidia, I understand you wish to plot fourier transform using function implementation and then calling function over some inp...

거의 2년 전 | 0

답변 있음
How to plot a parametric surface with paramtric restriction
Hi Tijs, I understand that you wish to plot a cylindrical surface with variable height on linear basis. To achieve this, you ca...

거의 2년 전 | 0

답변 있음
Simulink Requirements - import from macro-enabled Word format (docm)
Hi Roman, Currently we are not supporting import of macro enabled Word document 'docm' format in Simulink Requirements. I have ...

2년 초과 전 | 0

| 수락됨

답변 있음
how can i solve this problem??
Hi Asma, I understand you wish to install MATLAB R2021b, but getting this error. Try rerunning the installer. Also, try the MA...

2년 초과 전 | 0

답변 있음
How do i rotate legend in plot
Hi Derek, I understand you wish to rotate the legend by 90 degrees. However, there is no direct function to rotate legends in g...

2년 초과 전 | 0

답변 있음
How to run equation only in one script as a function by strategically locating "syms x'? (Note: Except using @x)
Hi Jims, I understand you wish to implement an equation inside a function defined in the same script calling it. This issue is ...

2년 초과 전 | 0

답변 있음
How to build a amplitude modulated tone?
Hi Paul, I understand you are trying to implement Amplitude modulation. The BODMAS rule states we should calculate the Brackets...

2년 초과 전 | 0

답변 있음
How to generate white noise with certain power spectral density using wgn function?
Hi Wei, I understand you wish to generate white noise samples in volts. This can be done using 'wgn' function. m = 1000; ...

2년 초과 전 | 0

답변 있음
Why last line of the code says "Error using reshape Size arguments must be real integers."
Hi nur, I understand you want to generate a random stream of 1's and 0's. According to the R2016b release notes, it clearly sta...

2년 초과 전 | 0

답변 있음
QPSK simulation with AWGN and BER
Hi Daniel, I understand you wish to plot BER vs. SNR on a semilog scale. If you see the value of 'BER,' it has a '0' value for ...

2년 초과 전 | 0

| 수락됨

답변 있음
Remove the 20 Hz low frequency and 95 Hz high frequency from an ecg signal with bandpass filter
Hi Denis, I understand that you wish to remove several freq peaks from a signal, this can be achived by using two bandstop fil...

2년 초과 전 | 0

답변 있음
call .NET function with array parameter
Hi Jie, I understand you wish to call a .Net function for array parameters. This issue can be resolved using the 'params' keywo...

2년 초과 전 | 0

답변 있음
Update Simulink iOS project to Xcode 13
Hi Clancy, I understand that you wish to build an app for ios in the Simulink Simulink package, which supports Xcode 13. Pleas...

2년 초과 전 | 0

답변 있음
Programmatically change stackedplot ticks in live editor
Hi Lima, I understand you wish to have custom XtickLabel in the live script's 'stackedplot' function call. The issue is due to ...

2년 초과 전 | 0

답변 있음
Can't open Excel files now that my company has upgraded to Office 365
Hi Brian, I understand you wish to open ".xlsx" file saved on OneDrive from MATLAB. But an error occurs. The issue is likely to...

2년 초과 전 | 1

| 수락됨

답변 있음
I want to create a mesh from 2 plotted 1D PDF plots
Hi Dhruwal, I understand you wish to plot a 3d mesh with the vectors 'prior_deltaa' and 'Y1' as y-coordinates of points when 's...

2년 초과 전 | 0

| 수락됨

답변 있음
Unwanted "ans" value generated (comm.RSEncoder)
Hi Siddharth, I understand you wish to know why there are different outputs when executing the script, usually and in function....

2년 초과 전 | 0

답변 있음
How do I plot a 3D Array in MATLAB?
Hi Kelvin, I understand you wish to plot Amatrix with repect to n1matrix, c1matrix and c2matrix. All are 3d matrices of 50x50x...

2년 초과 전 | 0

| 수락됨

답변 있음
Spectrum Analyzer Input Channels
Hi Nizamettin, I understand that you wish to analyze signal 'm' using 'dsp.SpectrumAnalyzer()'. The input to the spectrum analy...

2년 초과 전 | 0

| 수락됨

답변 있음
How can I create an instance of a rayleigh channel using comm.RayleighChannel?
Hi Mia, I understand you wish to create a rayleigh channel using comm.RayleighChannel. Please find below an example to do so. H...

2년 초과 전 | 0

답변 있음
Add flag parameter to Kurtosis in a varfun argument
Hi Nan Sun, I understand that you wish to pass 'flag = 0' as an input argument to the function "kurtosis" inside the function c...

2년 초과 전 | 0

답변 있음
Can we disable/reduce Editor font smoothing (R2021b)?
Hi Andres, To disable the "font smoothing / antialiasing" in the Matlab Editor in Linux, deselect the option "Use antialiasing...

2년 초과 전 | 0

| 수락됨

답변 있음
Second Order ODE solve
Hi Patiphol, I believe you wish to plot this second order ode dependent on x. Please find a reference example fx = linspace(0...

2년 초과 전 | 0

답변 있음
Hello, I have a code for determining a temperatur after a distance form a start temperature. In the code, there is a K value which is at 1. I want ti interpoliate T(z) of K.
Hi Ammar, Please find proper values for 'query points' as defined by the variable "Points" here. Also, provide a Value for var...

2년 초과 전 | 0

답변 있음
how to apply matched filter for linear frequency modulated signal which data is in matrix?
Hi Divyasai, I believe you wish to apply matched filtering to the signal received. Matched filtering increases the SNR of signa...

2년 초과 전 | 0

답변 있음
Simulink model control in App designer
Hi Hyungnok, Please refer to the following example, 'Simulink Model control via App Designer.' Also, refer to the previously ...

2년 초과 전 | 0

답변 있음
receive multicast data with udp port and configure multicast matlab
Hi Rashi, I believe you wish to configure Multicast settings to a UDP socket 'u'. Please refer to the followinf example from th...

2년 초과 전 | 0

답변 있음
Plotting 2nd order ode with time dependent parameters
Hi Jake, I believe you wish to perform a second order differential ODE with time dependent parameter. Please refer to the follo...

2년 초과 전 | 0

답변 있음
Using multi-gpu in minibatchqueue
Hi Harsha, I believe you wish to perform your calculations on multiple GPUs in parallel. Please refer to the following MATLAB D...

2년 초과 전 | 0

답변 있음
PLease Help Code to graph specific ftc.
Hi Sophia, I believe you wish to plot the above function in 'x' and 'y'. Please refer to the example below. func = @(x,y) x.^2...

2년 초과 전 | 0

더 보기