Community Profile

photo

Manoj Mirge

MathWorks

Last seen: 3 dagar ago Active since 2023

Followers: 0   Following: 0

I am an Engineer at Mathworks India . Disclaimer :- All opinions I express on this forum are my own and are not representative of MathWorks.

Programming Languages:
Python, C++, C, Java, Javascript, MATLAB
Spoken Languages:
English, Hindi, Marathi
Professional Interests:
Develop Apps Using App Designer, Simulink

Statistics

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
How to work with files having designsync cache links?
I understand that you are having issues with loading files from designsync vault when shifting to a newer version of MATLAB. ...

8 månader ago | 0

Answered
Simulink: Save the max value of a system and update it every time it gets a new value
I understand you want to collect the maximum speed value from the model simulation and next time when you run the simulation, yo...

8 månader ago | 0

Answered
Starting a deployed app through the installer shortcut uses the shortcut directory as workspace instead of the executables directory.
I understand that you have installed the MATLAB compiled app and while installing the app you have created the shortcut of the a...

8 månader ago | 0

| accepted

Answered
visadevllist won't show usb/tcpip type devices, only gpib is displayed
I understand that you have the USB and TCPIP devices connected to the machine but still the "visadevlist" function is not listin...

8 månader ago | 0

| accepted

Answered
Running Simulink Simscape model with a vector from MATLAB script as values
The workflow mentioned can also be achieved by the parameter sweeping of the model. The parameter sweeping includes changing the...

8 månader ago | 0

| accepted

Answered
How to implement arrays of events and listeners
The array of event listeners in MATLAB can be implemented using dynamic properties on the instance of class. You may create the ...

8 månader ago | 0

Answered
Simscape current source at higher frequency
The “solver configuration” block in the model has the sample time as 0.001 sec. So, the “scope” block will observe the value of ...

8 månader ago | 0

Answered
When running “sp.testSingleModel('mflaser', 'value', 20230428);”, I got error:
The error indicates that the MATLAB user who is running the MATLAB does not have permission to access and write to the files fro...

8 månader ago | 0

Answered
Attempting to extract formant frequencies of various speakers, storing them in a Matrix. Error displays "Index exceeds the number of array elements. Index must not exceed 3."
This error is encountered when the array gets indexed using the index which is greater than its length. The error states that th...

8 månader ago | 0

Answered
Is it possible to migrate to MATLAB App Designer (.mlapp) using a properly structured .m file?
There is no easy way to import the exported "m" file into MATLAB App Designer. The "mlapp" file is a structure which contains me...

8 månader ago | 0

Answered
Cannot allocate this handle object. For code generation, a handle object allocated inside a loop cannot be referenced outside of the loop
The MATLAB coder must statically allocate memory for handle class objects, and allocating in a loop prevents static memory alloc...

8 månader ago | 1

| accepted

Answered
error in Modal Analysis code from MATLAB
In MATLAB scripts the names of local functions and name of script in which local functions are defined must be different. If you...

11 månader ago | 0

Answered
I have a problem with simulink stateflow?
Currently the Simulink states are not supported by Simulink PLC Coder or HDL Coder. I suggest you change the model to impleme...

11 månader ago | 0

Answered
"error Using MATLAB Data API with C Matrix API is not supported."
This error occurs when you try to compile C++ shared library which uses functions from MATLAB Data API and MATLAB C API.It might...

11 månader ago | 0

| accepted

Answered
R2023a "I want to download without installing" from DMG installation not available
To download products without installing them immediately, you must be an administrator user for a license linked with your MathW...

11 månader ago | 0

| accepted

Answered
mf4 file measuremnt
You can use “mdfRead” function to read all data from the MDF-file. You can find an example on how to use “mdfRead” function...

11 månader ago | 0

Answered
Cannot get figure using parfor in a loop
It is not possible to plot to the display inside any parallel construct. The workers are in separate processes that do not have ...

11 månader ago | 1

Answered
Trouble using Bode(sys)
It might be possible that you have your own custom “tf" or “bode" function defined somewhere in your MATLAB path and at the time...

11 månader ago | 0

Answered
Read Modify and Write Siemens XA30 DICOM headers with all fields.
Hi Jason, The syntax “dicomanon(file_in,file_out)” removes confidential medical information from the DICOM file file_in and...

12 månader ago | 0

Answered
How to get enumerations defined by Simulink.IntEnumType to appear in data assistant?
Hi Brent, If you want the Model Explorer and Simulink to display enumerated data types defined by you, you will need to store ...

12 månader ago | 0

| accepted

Answered
Get this error when trying to open reinforcement learning manager: Unable to open the requested feature. Check your intern Error code: -108 Error message: ERR_ADDRESS_INVALID
Hi Anthony, The function syntax “parpool(2)” starts a parallel pool of workers using the default profile. The MATLAB will c...

12 månader ago | 0

| accepted

Answered
Code gen error with simulink arduino support package "rtiostream.h: No such file or directory" Error 1
Hi Matthew, I would suggest trying a few solutions that might help resolve the issue: Firstly, you can try performing ...

12 månader ago | 0

Answered
Why is imaq getdata function only returning a single frame when I know multiple frames have been acquired?
Hi Ziam, The getdata function on receiving only single input argument of type “video input object” will return data, which ...

12 månader ago | 0

Answered
Calling MATLAB file from Linux using MCR
Hi , Although you are in the same directory as the “run_mycode.sh” file, Bash could not find this file. Because the current ...

12 månader ago | 0

Answered
Getting an error Server creation failed. Invalid ProgID 'word.application'
Hi Vilas, There are several reasons why this issue can occur. If you are getting this error, it means MATLAB is not able to co...

nästan ett år ago | 0

Answered
how to get the path of a .ssc file that relates to your block built by ssc_build.
Hi Paola, Since the Simscape Component block is general block in your Simulink model, you can use get_param function in you...

ungefär ett år ago | 0

| accepted

Answered
Code Generation Warning from Simulink (Viewers & Generator Manager contains...)
Hi Kyle, I could not find explanation for why you are getting unconnected signal generator blocks automatically generated in y...

ungefär ett år ago | 0

| accepted

Answered
M level 2 S-Function TLC file
Hi, I am assuming that you are using interpn function with ‘makima’ interpolation method in your S Function. The MATLAB Fu...

ungefär ett år ago | 0

Answered
Model compilation is failing in MATLAB 2020b and getting the error as 'rtwshared.mk(136) : fatal error U1052: file '\rtw\c\tools\vctools.mak' not found'.
Hi dileep k, The compilation issue you have getting, it appears to be related to the incorrect path to the "vctools.mak" file ...

ungefär ett år ago | 0

Answered
audioDeviceReader: error when choosing ASIO driver for input mic
Hi Jonas, You can get the list of audio devices which are compatible with specific driver by using getAudioDevices function. ...

ungefär ett år ago | 0

Load more