Community Profile

photo

Sarvani Panguluri

MathWorks

Last seen: alrededor de 2 años hace Con actividad desde 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.

Estadísticas

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

Ver insignias

Content Feed

Ver por

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 1

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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

Respondida
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!

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

Resuelto


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

más de 3 años hace

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

más de 3 años hace | 0

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

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

Respondida
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!...

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0