
Bhavana Ravirala
MathWorks
I am an intern at Mathworks. Disclaimer: Any advice or opinions here are my own, and in no way reflect that of MathWorks.
C++
Spoken Languages:
English
Statistics
0 Questions
14 Answers
RANK
3.105
of 262.646
REPUTATION
12
CONTRIBUTIONS
0 Questions
14 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 17.980
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 113.650
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
I can't see the settling time in the bilevel measurements. How do I fix this?
Hi, I understand that settling time is not being displayed by bilevel measurements. Can you share the Simulink model or the pr...
2 meses ago | 0
Library not loaded: @rpath/libcudart.10.2.dylib
Hi Nitin, Go through the following link which helps in eliminating the error. https://www.mathworks.com/matlabcentral/answers/...
2 meses ago | 0
Amplitude and phase spectrum of an Image
Hi Ali, Here are a few links that have the related information. https://in.mathworks.com/matlabcentral/answers/13896-fftshif...
2 meses ago | 0
I try to write simple analytical function Gomez and Levy with ga in optimization toolbox but it cannot run
Hi Sogol, When I try to reproduce the issue at my end I encountered the error as Function definition not supported in this cont...
3 meses ago | 0
Lowpass filter with own cutoff frequency and y axis in dB.
Hi Reji, I understand that you are trying to implement a low pass filter. Using the "lowpass" command in MATLAB output signal ...
3 meses ago | 0
Please How do I extract data from a struct
Hi osemudiamen oriabure, I understand that you are trying to convert a struct variable to a table and then merge it with anothe...
3 meses ago | 0
Error using InputOutputModel/feedback (line 137)
Hi Tenzing, From my understanding, you are trying to give positive feedback to your system and gain of feedback block is one. ...
6 meses ago | 0
Calculate variablity over specified interval and apply corresponding calculation back to formula
Hi Daniel, When we apply a logical condition on an array(Y) it will produce logical array, by giving this as an index to ano...
6 meses ago | 0
| accepted
i am not getting chaotic plot because of warning
Hi Pratyusha, In case of sharp discontinuities in the reference input, it is possible that this warning is generated at interm...
6 meses ago | 0
I am getting an extract error message while trying to install matlab
Hi Nnamdi, Go through the following link which helps in eliminating the error. https://www.mathworks.com/matlabcentral/answers...
6 meses ago | 0
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Hi Yineth, From my understanding, at every iteration the code produces more than one solution for X. So, storing the output in...
6 meses ago | 0
Finding Frictional Pressure Drop in a Gas system through Simscape object Pipe(G)
Hi Abhishek, From my understanding, you are trying to find the pressure difference caused by pipe due to friction. This...
6 meses ago | 1
How to find output of system with impulse response function
Hi Mandeep, From my understanding you are trying to find output of the system which can be obtained by convolution of input an...
6 meses ago | 0
how can I write this exponential function in MATLAB?
Hi Ayushman, You can use exp() function in the MATLAB. Refer to the below example for x=0:3 u=exp(-16*(x-1/2)^2)*sin(zet...
7 meses ago | 0
| accepted