Community Profile

photo

Sarvani Panguluri

MathWorks

Last seen: 2 years ago Active since 2020

I am Application Support Engineer at MathWorks.

Disclaimer:Any articles/ideas/opinions here are my own and in no way reflect that of MathWorks.

Statistics

All
  • 6 Month Streak
  • Solver
  • Knowledgeable Level 2
  • First Answer
  • Revival Level 1

View badges

Content Feed

View by

Answered
How to implement the initial conditions SPICE command (.ic) into a Simscape component block (.ssc) file
Hi, This part of documentation - Make Manual Changes to a Converted Simscape Component File explains where the intial condition...

3 years ago | 0

Answered
Connection Error in installing adds-on "The application could not connect to MathWorks. For more information on resolving this issue, see this Support Article"
Hi, you can refer the following link which answers a similar question. https://de.mathworks.com/matlabcentral/answers/92634-wh...

3 years ago | 0

Answered
Warning: The model order was increased to handle real negative poles.
Hi, As the documentation mentions, For discrete-time LTI models having negative real poles, ZOH d2c conversion produces a cont...

3 years ago | 1

Answered
Vector Normalising & Measuring Euclidian distance of Raman (Intensity Vs Wavenumber) spectra.
Hi, In the code you have mentioned , there is a missing comma (" , ") between 'LIMITS' and [1000 inf] . That could be reason fo...

3 years ago | 0

| accepted

Answered
Display "Minimum Stability Margins" and "Closed loop stable" status programmatically
Hi, As a workaround you can use margin(W1) which displays minimum stability margins.

3 years ago | 0

Answered
choropleth map on webmap
Hi, Could you give more details on purpose of creating a choropleth map and then trying to overlay on webmap? If you just want ...

3 years ago | 0

Answered
Can i use app designer toolbox when my matlab license expire?
Hi, You need an active license to utilize the features of MATLAB. When a term license expires, eventually the software can no...

3 years ago | 0

| accepted

Answered
Can a workstation use multiple licenses which include different tool boxes
Hi, Yes that's possible. You can refer the following link for steps to be followed. https://www.mathworks.com/matlabcentral/an...

3 years ago | 0

Answered
audio signal freqvency-time chart
Hi, A similar question has been answered here . Hope it helps!

3 years ago | 0

Answered
Setting UIFigure windowstyle to modal
Hi, The WindowStyle property is new and has been made available from MATLAB R2020b .So,in case you are using a version prior to...

3 years ago | 0

| accepted

Answered
MATLAB for Analyzing and Visualizing Geospatial Data
Hi, Can you specify which version of MATLAB you are using?

3 years ago | 0

Answered
How to convert lidar data in .bin format to .pcd or .pcap ?
Hi, A similar question has been answered here. Hope it helps!

3 years ago | 0

Answered
Edge extraction from a voronoi tessellation
Hi, can you specify what you mean by "a random voronoi tesselation"? Are you creating a 3D voronoi tesselation and trying to e...

3 years ago | 0

Answered
Error using HDRREAD: Not a Radiance File
Hi, To investigate further,can you share the untitled.hdr that you are using .

3 years ago | 0

Answered
A typo in "uv2phitheta" page ?
Hi, I have brought this issue to the notice of the concerned people.

3 years ago | 0

Answered
Index Exceeds array bounds - error on line 67 (x_3). Why is this error happening? How do I fix?
Hi, By reproducing your code,I have understood that the line causing the error is this x_3 = X_3*sin(((s(3)*omega_T*time...

3 years ago | 0

Answered
does map toolbox only for geographic information ?
Hi, Mapping Toolbox supports a complete workflow for managing geographic data.For medical images of type DICOM,you can use Imag...

3 years ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Answered
Error in deploying and generting C code this code in Jetson nano
Hi, A similar question has been answered here. You can also refer the documentation. I hope this will resolve your issue.

3 years ago | 0

Answered
About function idinput - prbs , Why is not change graph although change the number of shift registers?
Hi, According to my understanding, you are using the idinput function with Type of generated signal being ‘prbs’. As per the d...

3 years ago | 0

| accepted

Answered
How to simulate LSTM networks?
Hi, I assume you are using Sequence to sequence regression using LSTM and using the predict function is not serving your purp...

3 years ago | 0

Answered
Creating CAD geometry from matrix
Hi, I assume you are trying to recreate the Cad geometry in MATLAB .To make your bar graph look continuous, you can try to inc...

3 years ago | 0

Answered
variable pulse delay block does not work in accelerated mode?
Hi, The issue has been identified already and our developers are aware of it.This feature is made available in R2020b. Thanks!...

3 years ago | 0

| accepted

Answered
Cartoon Image compression algorithm using DCT
Hi, I assume you are trying to compress image using Discrete Cosine Transform.The following example might help you Image Comp...

3 years ago | 0

Answered
How to perform eye diagram measuremet from a .mat file that contains "Enumerated" data type from a Simulink model
Hi, I assume you are trying to perform Eye diagram measurements using comm.EyeDiagram in MATLAB and the output of your simulink...

3 years ago | 0

Answered
have a issue with scalar
Hi, I assume you are trying to use the plotmf function in your fuzzy inference system.From the mamfis properties of your code,i...

3 years ago | 0

| accepted

Answered
How can we see the harmonic distrotion of a three phase rectifier
Hi, I assume you are trying find the THD of rectifier.Yes, you can use the FFT analysis of power gui block for obtainingTHD .Y...

3 years ago | 0

Answered
matlab code doesnt work
Hi, The reason you are not able to see any output of your code is because of ';'.Semicolon suppresses the command output. So t...

3 years ago | 0