Community Profile

photo

Ashutosh Thakur


Last seen: 3 Tage vor Aktiv seit 2022

Followers: 0   Following: 0

Programming Languages:
Javascript

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Report generator in compiled application
Hi Sergio, The issue with compiled application involving report generation can be due to various reasons. I am listing down som...

3 Monate vor | 0

Beantwortet
Previewing video with GUI not fit
Hi Yong, Based on my understanding, you are facing issue in maintaining position of the preview object in the axis. Ideally, th...

3 Monate vor | 0

Beantwortet
Profiling Memory Peaks of code execution
Hi Roman, The MATLAB profiler provides a way to measure time which is spent on executing each line of code, but to measure the ...

3 Monate vor | 0

Beantwortet
Trying to get imageToVehilce to C/C++ code generate in Simulink
Hi, I can understand that you want to enable the dynamic memory allocation for the variables which are either part of MATLAB Fu...

3 Monate vor | 0

Beantwortet
Writting a software for EEG acquisition in Matlab
Hi Maxime, Based on my understanding, you want to create a GUI application to do the EEG analysis. According to your requiremen...

3 Monate vor | 0

Beantwortet
Force MATLAB code to run on hardware
Hi Shehryaar, In order to deploy a Machine Learning model on hardware which contains function from toolboxes which are not supp...

3 Monate vor | 0

Beantwortet
Running a genetic algorithm with a c code build by Simulink Coder!
Hi Emmanuel, In order to create a MATLAB function which will take two arguments as input and call a C function following steps ...

3 Monate vor | 0

Beantwortet
Using the Simout data from a simulink model is causing my computer to freeze
Hi Hoban, The MATLAB application can get freezed during a Simulation due to variety of issues. Please try to follow the steps m...

3 Monate vor | 0

Beantwortet
The Simulink Bus/StructType 'sigStructTypeIn' definition has changed since the S-Function was generated.
Hi Anand, The error message indicates that their is a mismatch between the expected data structure (Bus/StructType) which is us...

3 Monate vor | 0

Beantwortet
Simulink data acquisition giving error when using signal analyzer
Hi Ferez, The error message indicates that their is a mismatch between LHS and RHS of the assignment operation which causes dif...

3 Monate vor | 0

Beantwortet
importNetworkFromONNX error opening LLM
Hi Joel, I can understand that you are facing issues while importing ONNX model into MATLAB. Here are the few suggestions whic...

4 Monate vor | 0

Beantwortet
Simulation acceleration (Simulink)
Hi Peter, I can understand that you want to know if it is possible to have a accelerated simulation with your current hardware....

4 Monate vor | 0

Beantwortet
datenum using lunar calendar question
Hi Peter, I can understand that you want to plot your tide data with respect to lunar dates. Also the data you have contains Na...

4 Monate vor | 0

Beantwortet
Directing MATLAB to a bash script and executing that script in Unix (NOT MATLAB)
Hi Justin, I can understand that you would like to execute bash scripts in Unix OS using MATLAB which is present in Windows OS....

4 Monate vor | 0

Beantwortet
Can I "turn off" the CWT normalization, to directly compare the CWTs of different signals?
Hi AG, I understand that you are trying to unscale the L1 Normalization in a CWT signals. Their is not any option present in t...

4 Monate vor | 0

Beantwortet
Run backgroundPool to stream MQTT
Hi Mathias, Based on your query I can understand that you want to stream a MQTT topic with two variables and return 1 argument ...

4 Monate vor | 0

Beantwortet
Surrogateopt does not execute objective function in parallel and still uses 120GB of RAM
Hi Florian, I can understand that you want "surrogateopt" to use less RAM and produce better performance. This may be due to li...

4 Monate vor | 0

Beantwortet
Creating a GeoTIFF with 3 large matrices (Latitude, Longitude, Data) [satellite images]
Hi Simone, I can understand that you want to export a GeoTIFF file, You can follow the below suggestions in achieving this obje...

4 Monate vor | 0

Beantwortet
Issues connecting MATLAB to Turtlebot4
Hi Kai, I understand that you are facing issue with connecting MATLAB with TurtleBot4. Following are the suggestion which may ...

4 Monate vor | 0

Beantwortet
App Designer is really slow while running on "Test Bench"
Hi Eduard I can understand that you are facing performance issues with your GUI developed using MATLAB App Designer. Kindly fo...

4 Monate vor | 0

Beantwortet
bizarre issue when running abaqus in parallel from an app exe created with matlab
Hi Murat, I can understand that you are facing issues with interface developed with MATLAB app designer as it is crashing while...

4 Monate vor | 0

Beantwortet
How to access model's variables on Raspberry Pi after model has been deployed to target hardware
Hi Leander, I undertand that you require some information regarding certain processes of Simulink with Raspberry Pi. You can f...

4 Monate vor | 0

Beantwortet
How to design FIR and IIR filter and add data from excel into them?
Hi Mohammad, Based on the provided information I can understand that you want to implement FIR and IIR filter in MATLAB and pro...

4 Monate vor | 0

Beantwortet
How to modify plotted SE(3) transformations for animation purposes
Hi Yanzhou, I understand that you want to modify the plotted transformation without closing and re-plotting an existing figure....

4 Monate vor | 0

Beantwortet
How to reduce order model within simulink (matlab fcn) block without using coder.extrinsic
Hi Noah, I understand that you are facing issues with simulation running very slow as compared to desired speed. Kindly follow...

4 Monate vor | 0

Beantwortet
Using repeating loops to calculate profits
You can follow this code for understanding about start/end conditions P= [10 7 5 4 6 8 1 6 8 5 11 12]*1000; Ptot(1) = P(1); ...

fast 2 Jahre vor | 0

Beantwortet
How to plot unit sphreres?
You can create unit sphere using inbuilt matlab function sphere axis equal You can follow this article to know more about sph...

fast 2 Jahre vor | 0

Beantwortet
Frequencies of special words in a text
Hi, you can refer to these articles for the code. https://www.mathworks.com/matlabcentral/answers/230619-count-word-frequency-...

fast 2 Jahre vor | 0