photo

Rasmita

MathWorks

Last seen: 7개월 전 2023년부터 활동

Followers: 0   Following: 0

I am Associate in EDG at MathWorks. My major responsibilities is to provide the best support for an application involving at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.

Programming Languages:
Python, C++, C, Javascript, MATLAB, HTML
Spoken Languages:
English

통계학

All
  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
How to enable rotation context menu when anywhere in the uiaxes plot area is right clicked?
Hi, It is my understanding that you want to enable rotation context menu when right clicked on the blank space of plot area, bu...

12개월 전 | 0

답변 있음
How to programmatically add images in masks?
Hi, It is my understanding that, you are trying to add images as icons on a Simulink mask programmatically. To achieve this,...

12개월 전 | 0

답변 있음
Plot data for each orbital pass.
Hi, It is my understanding that, you are trying to plot Ne vs MLT for each orbital pass of SWARM satellite. But the passes are...

대략 1년 전 | 0

답변 있음
How can i set the timestamp in CAN Explorer(vehicle network toolbox) ?
Hi Jaehoon, It is my understanding that, you are using CAN explorer to visualize CAN data in MATLAB using .dbc file. But the p...

대략 1년 전 | 0

답변 있음
AppDesigner: values don't get updated
Hi Ahmed, I understand that you are getting some errors when compiling the MATLAB app using Simulink Compiler. These error ...

대략 1년 전 | 0

답변 있음
Saving a massive graphics object as mixed vector and image file
Hi Danica, It is my understanding that, you want to save the large figure as a vector file that preserves the axes and text, w...

대략 1년 전 | 0

답변 있음
Reduce simulation time in predictive control using fmincon
Hi Kasper, It is my understanding that, you are dealing with model predictive control (MPC) in Simulink and you are facing iss...

대략 1년 전 | 0

답변 있음
Why do I get a DataQueue error?
Hi, It is my understanding that, while running the MATLAB app in appdesigner, you are getting above error message. It suggests...

대략 1년 전 | 0

답변 있음
Errors when changing bounds for custom function fit
Hi, As per my understanding, you are trying to fit some data to a custom function. You are facing two issues, one is the fit i...

대략 1년 전 | 0

답변 있음
Why the LinePickSensor in simulink 3d animation can not pick the ElevationGrid?
Hi, As per my understanding, you would like to know why you are able to pick ‘IndexedFaceSet’ using ‘LinePickSensor’, but not ...

대략 1년 전 | 0

답변 있음
Add menu items in toolstrip of dsp.Arrayplot
Hi, As per my understanding, you would like to customize the toolstrip of ‘dsp.Arrayplot’ window to add menu items. Please ...

대략 1년 전 | 0

| 수락됨

답변 있음
Error: Unable to change Arduino settings with WiFi connection. Call arduinosetup to configure the board.
Hi, As per my understanding, you are trying to use the ESP32 DevKitV1 with an MPU6050 IMU module in MATLAB, but you encountere...

대략 1년 전 | 0

| 수락됨

답변 있음
'ValueError: variable name is not valid in MATLAB' while extracting the results stored in MATLAB workspace after excecuting Simulation in Simulink through python.
Hi, As per my understanding, you would like to access the ‘out.simout’ and ‘out.tout’ workspace variables in your Python script...

대략 1년 전 | 0

답변 있음
OuterMargin change in a table in mlreportgen.ppt?
Hi, As per my understanding, you are trying to change the margin of the cells in the table in mlreportgen.ppt. Note that, mlre...

대략 1년 전 | 0

답변 있음
Data Acquisition from NI PXIe-6739
Hi, As per my understanding, you would like to use Data Acquisition Toolbox to control the output of the device and read the d...

대략 1년 전 | 0

답변 있음
this simulation stops working after the end moves have been done and the corner moves do not work
Hi, As per my understanding, the issue with the provided code is that the algorithm is getting stuck at the end moves of the p...

대략 1년 전 | 0

답변 있음
How to compensate for motion in 2 static point clouds?
Hi, As per my understanding, you are using a script that reads the point cloud data from mentioned files and displays them. Yo...

대략 1년 전 | 0

답변 있음
speed up a code, subindex for 4-d matrix?
Hi, It is my understanding that you are trying to rewrite the above code without using loops. You can use the ‘bsxfun’ functio...

1년 초과 전 | 0

답변 있음
Sending commands to Parrot minidrone using MATLAB or Simulink
Hi Jad, It is my understanding that, you are trying to fly a Parrot Mambo using ‘Simulink Support Package for Parrot Minidrone...

1년 초과 전 | 0

답변 있음
"Incompatible types" error while loading C function that returns a pointer to array using codegen
Hi, It is my understanding that, you are trying to load a custom C function to MATLAB to create a ‘mex’ and you are getting an ...

1년 초과 전 | 0

답변 있음
When running a simulation with 'measure task stack usage' setting in SIL mode compilation errors stop the SIL simulation, how can I fix it?
Hi Advait, It is my understanding that, you are trying to simulate with ‘measure task stack usage’ in ‘SIL’ mode and you are g...

1년 초과 전 | 0

답변 있음
Read BLE and handle data in microsec level with MATLAB appdesigner
Hi, It is my understanding that, you are trying to read data from ‘BLE’ function in MATLAB and handle the data. Also, you want...

1년 초과 전 | 0

답변 있음
Copy legends while superimposing two .fig files
Hi Devang, It is my understanding that, you are creating a new figure from each pair of upper and lower bound figures and t...

1년 초과 전 | 0

답변 있음
Weird Matlab error with piecewise element in matrix, changes matrix dimension
Hi, It is my understanding that, you are trying to solve a differential equation involving matrices. The function ‘sol...

1년 초과 전 | 0

답변 있음
Can I use Simulink.SimulationInput to manage DataLogging for Outports
Hi Mats, It is my understanding that, you want to turn on 'DataLogging' only for signals of particular interest using 'Simu...

1년 초과 전 | 0

답변 있음
MATLABConnector keeps creating a ~/bin folder
Hi Luca, It is my understanding that, when you installed 'MATLABConnector', it created a useless folder ~/bin. You want to know...

1년 초과 전 | 0

답변 있음
Build (linker) error by building C++ function with third-party library (OpenCV) in Simulink C/C++ Code Block
Hi, It is my understanding that, you are getting above mentioned build error when you add the custom C++ code that uses OpenCV...

1년 초과 전 | 0

답변 있음
Empty sym: 0-by-1
Hi, It is my understanding that, you want to know why you are getting empty syms of 0-by-1 as output when solving above syste...

1년 초과 전 | 0

답변 있음
How can I stop logging signals in a model which appear under extmode_sf_data in the data inspector?
Hi, It is my understanding that, you want to stop logging signals which appear under “extmode_sf_data”. While viewing the simu...

1년 초과 전 | 0

답변 있음
stateflow chart simulink reset function
Hi, It is my understanding that, in your model, “sim” function starts working in the first state, and even keeps calculating ...

1년 초과 전 | 0

더 보기