Community Profile

photo

Manoj Mirge

MathWorks

Last seen: 3日 前 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

統計

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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...

9ヶ月 前 | 0

回答済み
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...

9ヶ月 前 | 1

| 採用済み

回答済み
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ヶ月 前 | 0

回答済み
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...

12ヶ月 前 | 0

回答済み
"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...

12ヶ月 前 | 0

| 採用済み

回答済み
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...

12ヶ月 前 | 0

| 採用済み

回答済み
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...

12ヶ月 前 | 0

回答済み
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 ...

12ヶ月 前 | 1

回答済み
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...

12ヶ月 前 | 0

回答済み
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...

約1年 前 | 0

回答済み
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 ...

約1年 前 | 0

| 採用済み

回答済み
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...

約1年 前 | 0

| 採用済み

回答済み
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 ...

約1年 前 | 0

回答済み
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 ...

約1年 前 | 0

回答済み
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 ...

約1年 前 | 0

回答済み
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...

約1年 前 | 0

回答済み
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...

約1年 前 | 0

| 採用済み

回答済み
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...

約1年 前 | 0

| 採用済み

回答済み
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...

約1年 前 | 0

回答済み
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 ...

約1年 前 | 0

回答済み
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. ...

約1年 前 | 0

さらに読み込む