photo

Sarvani Panguluri

MathWorks

Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

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

배지 보기

Feeds

보기 기준

답변 있음
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!

거의 4년 전 | 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...

거의 4년 전 | 0

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

거의 4년 전 | 0

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

거의 4년 전 | 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!

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 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:...

거의 4년 전

답변 있음
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.

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 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!...

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 0