Community Profile

photo

Sarvani Panguluri

MathWorks

Last seen: environ 2 ans il y a Actif depuis 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.

Statistiques

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

Afficher les badges

Content Feed

Afficher par

A répondu
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...

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 1

A répondu
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...

environ 3 ans il y a | 0

| A accepté

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

environ 3 ans il y a | 0

A répondu
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 ...

environ 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

| A accepté

A répondu
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...

plus de 3 ans il y a | 0

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

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

| A accepté

A répondu
MATLAB for Analyzing and Visualizing Geospatial Data
Hi, Can you specify which version of MATLAB you are using?

plus de 3 ans il y a | 0

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

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

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

plus de 3 ans il y a | 0

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

plus de 3 ans il y a | 0

A répondu
upsampleLayer('up1') in the? It is only mention- This last part uses the upsampleLayer, which is a custom layer attached to this example as a supporting file.-
Hi, A similar question has been answered here .Hope it helps!

plus de 3 ans il y a | 0

| A accepté

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

A résolu


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:...

plus de 3 ans il y a

A répondu
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.

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

| A accepté

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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!...

plus de 3 ans il y a | 0

| A accepté

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

| A accepté

A répondu
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...

plus de 3 ans il y a | 0

A répondu
Using a while loop in MATLAB, verify your result in (b) by computing the poles of the closed-loop transfer function as k increases from 0.001 in increments of 0.001. When your loop finishes running, display the largest gain k = kmax that guarantees..
Hi, I assume you are trying to find the maximum k for which the system is stable. As per my knowledge, the system is stable wh...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0