Community Profile

photo

Srija Kethiri

MathWorks

Last seen: 2 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

I am an intern at MathWorks Disclaimer: Any advice or opinions here are my own, and in no way reflect that of Mathworks.

统计数据

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

查看徽章

Feeds

排序方式:

已回答
trimesh not working with 2D triangulation object
Hi Ian, The function ‘trimesh’ has an issue working with the 2D triangulation object. This issue is under investigation, and it...

12 months 前 | 0

已回答
Model Referencing with an S-Function that contains SS_OPTION_ASYNCHRONOUS. Workaround?
Hi Wilson, I understand that you have a model which contains a Level 2 S-Function. An dwhen you are trying to generate the mode...

1 year 前 | 0

已回答
Concurrent Session: You have been logged out because you logged into Matlab Online in another session
Hi Narendra, Try the following steps one after another and after each steps see whether the issue is resolved: Clear browser c...

1 year 前 | 0

已回答
How to efficiently write complex structures to a file using memmapfile?
Hi Raul, I understand that you want to write the modified data from one memory mapped file to another. The reason for the foll...

1 year 前 | 0

已回答
how i read data from arduino in simulink real time?
Hi Muhammad I understand that you want to read the “current” and “rpm” values in the real time Simulink. To read the values in...

1 year 前 | 0

已回答
SQL Database - Import Specific Rows from Large file
Hi Hayden, I understand that you have a large database and want to import only a few rows from it, to decrease the processing t...

1 year 前 | 0

| 已接受

已回答
Plot lines are broken in default view and appers when I zoom in or out on the figure.
Hi Pushkal, From my understanding, you are trying to plot 25000 data points. But the lines in the plot are broken. If you ha...

1 year 前 | 0

已回答
Export c++ code from simulink scheme with s-function
Hi Dario, From my understanding, you are trying to generate the code for your model which has a s-function in it. When you are ...

1 year 前 | 0

已回答
How to write decison making logic for designscenarios?
Hi Amr, From my understanding, you are trying to open the system ‘CollisionFreeSpeedManipulator’ but it is throwing an error as...

1 year 前 | 0

已回答
How can I hide the country boundaries in a Basemap?
Hi Ariana,  I understand that you are using “geobubble” function to create the maps and want to remove the displayed country n...

1 year 前 | 0

已回答
when calling OptimizeHyperparameters to optimise my KNN model i am getting an error "out of memory".
Hi Preeti, I understand that you are getting an “Out of Memory” error after 5th iteration while using the “fitcknn” function. ...

1 year 前 | 0

已回答
Index in position 1 exceeds array bounds. Index must not exceed 1.
Hi Shubham, I understand that you are getting an error “Index in position 1 exceeds array bounds” when you run your code. Th...

1 year 前 | 1

已回答
HOW to solve x(n) = {1, 1, 1, 1, 1, 1, 0, 0} about dft
Hi seung, I understand that you want to find the Discrete Fourier Transform of x(n) Please refer to the below pointers to know...

1 year 前 | 0

已回答
Simulink Code Deployed to Raspberry pi 4 but cannot run without internet
Hi Ainul, I understand that you want to deploy Simulink code on the Raspberry pi using the ethernet cable The following docu...

1 year 前 | 0

已回答
Cannot perform an implicit cast between these two classes. - Fixed numbers
Hi Jonas, I understand that you want to change the default data type of the compiler to “uint32”. Simulink does not support ...

1 year 前 | 0

| 已接受

已回答
Bug Finder report for autosar violation 5-0-15.
Hi Kunal, The reason is, structure pointer violates the following compliance rules of ANSI C: 17.1 (required): Pointer arithme...

1 year 前 | 0

已回答
What Add-ons do I need for simulink.sdi.report?
Hi Will, “Simulink.sdi.report” only requires the “Simulink” add-on. It doesn’t require either Simulink Report Generator or M...

1 year 前 | 0

已回答
Simulink stalls on RaspberryPi after a certain aount of cycles
Hi Hossein, I understand that in normal mode, your model runs on the PC with no problem with sample time of 60s, but stalls on...

1 year 前 | 0

已回答
Using Pin Change Interrupts of Arduino in Matlab Simulink
Hi Ishan, To use the pin change interrupts in Arduino, use the “External Interrupt block”. This block configures Simulink® to t...

1 year 前 | 0

| 已接受

已回答
3D Rotation in UIAxes
Hi Felix, Based on your description Question 1: "The overall behaviour is identical when I manually create an Axes object a...

1 year 前 | 0

已回答
How to check if workspace is static
Hi Thomas, The workspaces for nested and anonymous functions are static. This means that all variables used within the functio...

1 year 前 | 0

已回答
Having issues with connecting Zynq zedboard to computer
Hi Kimi, The reason for the error is maybe you have not completed the whole set up. Finish all the steps i.e., Identify COM...

1 year 前 | 0

已回答
imwrite with window/level setting
Hi Alan, To get the color limits same as caxis, create a map of matrix with 3 columns and desired number of rows by using rand...

1 year 前 | 0

已回答
How to trace an error "Unable to resolve the name" when running python from matlab
Hi Maksim, The reason for the error could be the module doesn’t exist in the path. Please check the python path and make sur...

1 year 前 | 0

已回答
Error when trying to simulate Matlabfunction
Hi Leon, This is an error message that is thrown by the "make" (make/gmake) command. The common cause for this error message is...

1 year 前 | 0

已回答
How to delete unintended labels and their duplicates?
Hi Carlos, The root cause of this bug has since been identified, and has been fixed as of R2018b Update 3. However, if an MLAPP...

2 years 前 | 0

已回答
Can't get level-2 matlab s-function to work
Hi Akshay, To resolve the issue, update your MATLAB to R2021a. If that doesn’t resolve your issue, please send the model/...

2 years 前 | 0

已回答
Is there any method to calculate segmentation coefficent automatically according the same size of my boundary area.
Hi Ali, I am assuming by segmentation coefficient you are referring to the threshold for segmentation You can use the grayt...

2 years 前 | 0

已回答
reducepatch command in Matlab
It is my understanding that you have created a patch ‘p’ and want to reduce its faces. As you are using the command reducepatc...

2 years 前 | 0

已回答
Write a program so that with help of 3 for-end loops we form a matrix C that will be equivalent to C= A*B - B*A
Hi Iva, From my understanding you want to to get a matrix C, where C = A*B - B*A. To get the matrix C it is possible only if A ...

2 years 前 | 0

加载更多