Community Profile

photo

Sivani Pentapati

Last seen: 1 month ago Active since 2021

I am an Associate Application Support Engineer at MathWorks. My major responsibilities are to provide Customer Support and Contribute to the Products at MathWorks
DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks

Statistics

  • Knowledgeable Level 3
  • 6 Month Streak
  • Revival Level 3
  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
Why does Simulink delete code from matlab functions body?
Hi Alessandro, The Development team is aware of this issue and has published a Bug Report Bug Reports (mathworks.com). Please v...

2 years ago | 2

Answered
Tabulation of plot data
Based on my understanding, you want to capture the sludge level information at a list of time stamps and store them in a table. ...

2 years ago | 0

Answered
Create simulink project template containing .gitattributes and .gitignore files
Hi Thomas, Simulink projects have interfaces to git, you can manually set up git source control in your Simulink Project. For ...

2 years ago | 0

Answered
Perform button press in test whilst waiting for user input
Hi David, Based on my understanding, you want to call testCase.press() when wait_for_user_input_or_timeout is being executed. ...

2 years ago | 1

| accepted

Answered
MATLAB Compare Tool in 2021b
Hello, Thank you sending this feedback. I have brought your feedback to the notice of the concerned people and the issues might...

2 years ago | 0

| accepted

Answered
Form-based PDF template generation using GUI
Hi Arkaniva, Please follow the below steps for a workaround You can create the form based template using MATLAB Live Script, ...

2 years ago | 0

Answered
Connector errors on startup (MATLAB R2021b, macOS 12.0.1)
Hi Todd, These types of issues happen due to path issues and also when the cache is not up to date. You can resolve the error b...

2 years ago | 0

Answered
solve matlab ode system inside simulink subsystem
Hi Alessandro, I think you are facing this error becuase ode113 solver does not support code generation. You can try using othe...

2 years ago | 0

Answered
Matlab 2021b crashed when running with sudo / root
This is caused by a bug and our developers are aware about it and will try to fix it in future releases.

2 years ago | 0

| accepted

Answered
Display Arduino voltage and resistance output on MATLAB GUI
Hi trishen, Based on my understanding, you want to display the measured values from arduino board in a GUI made with App Design...

2 years ago | 0

Answered
How to create a button in GUI to be able to vary the speed with which time passes of a imshow?
Hi Predro, You can try using App Designer instead of guide. Adding to the above comment, you can display series of images using...

2 years ago | 0

Answered
How to solve an algebraic loop without adding a delay?
Hi Yidan, Based on my understanding you want to eliminate algebraic loops in your model without using delay block. This can be ...

2 years ago | 0

Answered
Resizing Legend Box while Exporting in MATLAB Figures
Hi JPS, In order to resize the legend based on size of the figure, you can configure the Position property of legned. This lets...

2 years ago | 0

Answered
How to plot values inside a rectangular cell of a mesh ?
Hi MD, As mentioned above, In order to display the values of a matrix across a mesh, you can used text function with an offset ...

2 years ago | 0

| accepted

Answered
creating blocks in simulink
Hi Alex The code generated from continuoues blocks is generally not recomended as production quality code because of resource c...

2 years ago | 0

Answered
UIAxes update error throwing standard exception
Hi Richard, Here are few possible workarounds you can try Instead of having multiple plot sub-apps at the same time, you can c...

2 years ago | 0

Answered
How to insert a third axis to plot additional data?
Based on my understanding, you want to add an axis to an existing plot in order to display two different plots together which sh...

2 years ago | 0

Answered
Reading large .csv data with 12 million rows
Hi Ganesh, You can try using readmatrix in place of readtable. Other workaround is to convert the 'csv' files into 'mat' files ...

2 years ago | 0

Answered
Can't delete the cache folders created by simulink
Please follow the below steps to clear cache folders of simulink You need to restore the MATLAB default search path, so it is i...

2 years ago | 0

Answered
How to stop figure window from popping up.
Hi Milind, You are getting the second plot in the new figure because yyaxis adds second yaxis to the active axis. I assume a ne...

2 years ago | 0

Answered
App Designer - Aligning UI components with lines in a multiline text area
Hi Philip, Based on my understanding you want to embed editor with breakpoints in App designer. Currently we are not supporting...

2 years ago | 0

Answered
weighted least squares solution
Hi Sampath, You can try vectorizing your code or use other toolboxes to implement weights for your fits. This can be done using...

2 years ago | 0

Answered
App Designer auto go to one edit-field component
Please refer to the below answer for a temporary workaround Is there a way to set a EditField as ready to accept input in app d...

2 years ago | 0

Answered
How to properly free memories after running a MEX file
The crashes can be related to creation and destruction of pointers. The following mex functions can be used instead of inbuilt C...

2 years ago | 0

Answered
Browsing FileExchange/Addons in simple tabular vs. icon format?
Currently we are not supporting tabular listing in File Exchange. I have brought this issue to the notice of the concerned peopl...

2 years ago | 0

Answered
Trouble Passing Values In App Designer
Hi Kyle, Based on my understanding, you want to export Cam_Displacement variable into a text file. Changing Cam_Displacement to...

2 years ago | 0

| accepted

Answered
Using mlapp files as components of a larger UI
Hi Alaster, From my understanding you want to use mlapp files components as a part of larger UI. This can be done by creating c...

2 years ago | 0

Answered
Using App Design how do I copy a group of objects including the underlying callback code?
Hi Richard, Currently we are not supporting the feature to copy group of objects including the underlying callback code. I have...

2 years ago | 0

Answered
Appdesigner : How to create several pages?
Hi Jeong, From my understanding, you want to have a layout with Menu Bar on the left and appropriate GUI on the right. You can ...

2 years ago | 0

Answered
Fully Deploy CNN on ZC706 Board?
Hi Dylan, From what I understand, you want to deploy a CNN on FPGA using MATLAB as an interface. I see that you have genereated...

2 years ago | 0

Load more