Community Profile

photo

Sarvani Panguluri

MathWorks

Last seen: 約2年 前 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.

統計

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

バッジを表示

Content Feed

表示方法

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 1

回答済み
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年 前 | 0

| 採用済み

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

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

3年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
MATLAB for Analyzing and Visualizing Geospatial Data
Hi, Can you specify which version of MATLAB you are using?

3年以上 前 | 0

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

3年以上 前 | 0

回答済み
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年以上 前 | 0

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

3年以上 前 | 0

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

3年以上 前 | 0

回答済み
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!

3年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

解決済み


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年以上 前

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0