Answered
I can't see ground information
Hi Byeongjo, I understand that the "siteviewer" function does not show the ground information. To display the ground informati...

2 years ago | 1

Answered
Automated Cell Counting of OCT Scans
Hi Mohammad, I understand that you want to measure the cell count on eye scans. It is possible to write a MATLAB code to measu...

2 years ago | 0

Answered
Matrix inverse in objective function
Hi Sai, I understand that you are getting an error using the "inv" function. The error you receive is because the "inv" functi...

2 years ago | 0

Answered
ode45 function and solver errors for reactant conversion and temperature change
Hi Maureen, I understand that you are getting error in your MATLAB script, this could be because of last line in your function ...

2 years ago | 0

Answered
How do I make cars follow traffic signals in RoadRunner?
Hi Noa, I understand that you want to know if there are any built-in functionality to make cars obey traffic lights in a Road r...

2 years ago | 0

| accepted

Answered
Using parfor in app designer
Hi Hannah, I understand that you want to use parfor in app designer but you are getting an error. Try changing your `Function`...

2 years ago | 0

Answered
Rotate screen orientation by m-file.
Hi Kei, I understand that you want to change your screen's orientation using matlab script. Rotating the screen orientation pro...

2 years ago | 0

Answered
JSON field name contains '.' character
Hi Zachary, I understand that one of your field in JSON contains a period('.') in its value which gets converted into an unders...

2 years ago | 0

Answered
netcdf dimension and write problem
Hi Jonathan, I understand that you need a way to create variables and assign dimensions in a "netcdf" file. You could use "ne...

2 years ago | 0

Answered
Smooth a noisy plot.
Hi Riddhesh, I understand that you want ways to smoothen your noisy graphs to a user defined extent. Here are a couple of met...

2 years ago | 1

| accepted

Answered
Table won't export as .csv into correct folder
Hi Taylor, I understand that you are not able to export your CSV file to the desired folder. The code you provided seems corre...

2 years ago | 0

Answered
Is it possible to generate new attributes not in entity generator but in servers in SimEvents?
Hi Ho, I understand that you want to add or delete attributes to an entity after the entity is created. You can use dynamic p...

2 years ago | 0

Answered
Importing data from excel and plotting
Hi Indrani, I understand that you want to plot the data of your XLSX file. You can use 'xlsread' function to read data from t...

2 years ago | 0

Answered
How to make the agent automatically pause after training to a certain number of turns
Hi Lin, I understand that you want to make the agent automatically pause after training to a certain number of turns. To make ...

2 years ago | 1

| accepted

Answered
How to write from audioplayer?
Hi Joseph, I understand that you want to save a filtered audio file to a WAv file. To extract the audio data from the audiopl...

2 years ago | 0

Answered
How can I get the number of tunable parameters and number of observable signals in a Simulink model?
Hi Jeffrey, I understand that you want to get the tunable parameters and the observable signals in a Simulink model. You can u...

2 years ago | 0

Answered
repeating a simulink program
Hi Youness, I understand that you want to repeat your code execution for 2hrs. The While Iterator block could be used for this ...

2 years ago | 1

Answered
How to Assert Simulink S-Function Called from Test Harness?
Hi em, I understand that you want a way to verify the external function called and the parameters passed to it, in Simulink Tes...

2 years ago | 0

Answered
How to get the class instance 'calling' path
Hi Ludo, I understand that you have added an error message in your class and you want to know which instance of the class has g...

2 years ago | 1

Answered
Any alternative to readstruct to accelerate large XML file importation?
Hi phenan08, I understand that you work with large mzXML files. These files take a long time to import in MATLAB, and you want ...

2 years ago | 0

Answered
Parfor issue at recording some log information
Hi wonjoong, I understand that you are encountering an issue with the variable "summary" within a "parfor" loop, it is likely b...

2 years ago | 0

Answered
Trying to create multiple entities at periodic interval in Simulink
Hi Kurt, I understand that you want to simulate people entering a system in Simulink with specified time intervals. You can us...

2 years ago | 0

Answered
if difference between two values is smaller than replace by
Hi Kai, I understand that you have a vector, and if the difference between any two values is less than 3e-6, you want to set th...

2 years ago | 0

| accepted

Answered
How do I extract data from the phase response in the DSP Systems Toolbox?
Hi G, I understand that you want to extract the values of x-axis and y-axis displayed by the spectrumAnalyzer. The "getSpectru...

2 years ago | 0

Answered
Unwanted editor behavior: whitespace only lines trimmed
Hi Jonathan, I understand you want to maintain the whitespaces manually placed in a M file and do not want the MATLAB editor to...

2 years ago | 0

Answered
Split a Table into two tables
Hi Jacob, I understand that you want to split your table into 2 equal parts and export them to two different XLS file. You can ...

2 years ago | 0

Answered
inputParser/addOptional Error
Hi Sabhrant, I understand that you are getting an error while using the “addOptional” function and are seeking an easire way to...

2 years ago | 0

Answered
Why can't Matlab save the acceleration data higher than 8.67KSPS
Hi tje_b, I understand that you have written a script for reading data from the serial port and writing it to a file, but you c...

2 years ago | 0

Answered
Interpolate MATLAB geoscatter/geoplot data to estimate average wind speeds in the Gulf of Mexico?
Hi Lulu, I understand that you have a geoplot which has plotting of windspeeds at different coordinates and you want to interpo...

2 years ago | 1

Answered
How do I pre-select the "Data Tips" button when creating figure?
Hi mahaju, I understad that you want to select the programmatically the buttons present in the toolbar (specifically Data Tip)....

2 years ago | 1

| accepted