photo

Manoj Mirge

MathWorks

Last seen: 9 mois il y a Actif depuis 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

Statistiques

MATLAB Answers

0 Questions
46 Réponses

RANG
939
of 300 364

RÉPUTATION
82

CONTRIBUTIONS
0 Questions
46 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
9

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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. ...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 2 ans il y a | 1

| A accepté

Réponse apportée
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...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
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 ...

environ 2 ans il y a | 0

Réponse apportée
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 ...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
"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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 1

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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. ...

plus de 2 ans il y a | 0

Charger plus