photo

Ayush


Last seen: 1 jour il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • 6 Month Streak
  • Knowledgeable Level 3
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How can I deploy a standalone app for obtain data in real time from simulink
Hello Khang, As mentioned by you, a Simulink function, in your case set_param, is not supported by the MATLAB Compiler that is ...

3 jours il y a | 0

Réponse apportée
Can't delete Parameter Interfaces even if they are not used by the model.
Hello @oussama, You can try to systematically debug this issue by following some of the below approaches that may help you in n...

3 jours il y a | 0

Réponse apportée
Finding the frequency graphs in the 24-hour Simulation of a Vehicle-to-Grid (V2G) System model
Hello Darko, From your query, I can see that you are looking for ways to monitor the frequency changes during the 24-hour simul...

4 jours il y a | 0

Réponse apportée
Creazione reinforcement learning per una rete neurale di tipo regressivo
Hi Lorenzo, From your description, here is a high-level overview of the steps that you can take to apply reinforcement of a reg...

4 jours il y a | 1

Réponse apportée
Is it possible to implement FOC plant model on Arduino?
Hello @Vallabh, Based on the schematic that you have shared as well as your query to implement a FOC plant model in Arduino, yo...

5 jours il y a | 0

Réponse apportée
What are the MATLAB modules are needed to purchase for simulating the Chopper operated DC MOTOR
Hello Prasanna, Based on the project details shared, here is a possible list of MathWorks products which would be beneficial fo...

5 jours il y a | 0

Réponse apportée
Class properties Value not available in a different function.
Hello Govind, You can consider some of the debugging steps to ensure that your code and specifically the value of obj.BatteryVo...

5 jours il y a | 0

Réponse apportée
how to plot a matrix graph of D(n,m) versus C(n,m) with different colors
Hi @albert Kinda, You can leverage the "Color" attribute of the "plot" function with a for loop to iterate over each i to plot ...

10 jours il y a | 0

| A accepté

Réponse apportée
Speeding up multiple loops
Hello @Guan Hao, To optimise your algorithm for time and performance, you can look at some of the following approaches: 1. I c...

10 jours il y a | 1

Réponse apportée
Undefined function 'dts_cast_with_warning' for input arguments of type 'matlab.ui.Figure'.
Hi @moh mor, From the error message shared by you it looks like MATLAB calls function named "dts_cast_with_warning" when the bu...

11 jours il y a | 0

Réponse apportée
Alternate of set_param in simulink compatible with C coder.
Hi Daud, You can try leveraging the “coder.extrinsic” function if you want to update the parameters of a block using the “set_p...

environ un mois il y a | 0

Réponse apportée
Mathematics relationship between CDL channels and Saleh-Valenzuela model
Hello Thien, To understand more about the generation of the CDL channel using the object “nrCDLChannel” you can refer to the fo...

environ un mois il y a | 1

Réponse apportée
How to get radar measurements instead of only radar detections in drivingRadarDataGenerator?
Hi Mohammad, The use of “Driving Scenario Designer” app is primarily for high-level simulations which focuses on radar detectio...

environ un mois il y a | 0

Réponse apportée
visualization of frame trajectory in simscape
Hi Mingkun, You can refer to the following documentation link to understand a newer and easier wat to visualize a rigid-body in...

environ un mois il y a | 0

Réponse apportée
Comment créer une variable utilisable dans un block simulink
Hi Steve, I will be answering your query in English, since I am not proficient in French. From what I have gathered from your d...

2 mois il y a | 0

Réponse apportée
Vehicle actor not despawning when specified an exit time
Hi Abhishek, From the code that you have written using the Automated Driving Toolbox in MATLAB R2024a, it seems that you have f...

2 mois il y a | 0

Réponse apportée
How to use Bluetooth Low Energy in a compiled application ?
Hello Hugo, To resolve the issue of your MATLAB compiled application crashing whenever you are trying to scan the Bluetooth Low...

2 mois il y a | 0

Réponse apportée
PsychToolBox colour difference assessment project
Hello Stepan, The direction that you have taken for implementing your experiment is a good starting point. I would be building ...

2 mois il y a | 0

Réponse apportée
How to apply a time decaying internal heat source?
Hi James, To apply a time decaying internal heat source to your provided code, you would need to implement a decay heat functio...

2 mois il y a | 0

Réponse apportée
Changing map and vehicle type in AutomatedParkingValet
Hello Bruno, Your initial approach of locating and changing the layers of the map to replace it with the harbour map was in the...

2 mois il y a | 0

| A accepté

Réponse apportée
Poor image zoom function in App Designer
Hello JongHoon, Thank you for providing the example code. I reproduced the program on my end and faced some of the similar issu...

2 mois il y a | 0

Réponse apportée
using a MATLABEngine obj to dynamically construct a timetable with dates "yyyy-MM-dd" as keys and multiple double value columns
Hi Andy, Based on the pointers you have mentioned, I think the crux of your query is to have a real-time script setup to conver...

3 mois il y a | 0

Réponse apportée
How can I perform Finite Element Analysis in MATLAB useing ANSYS data?
Hi daeho, Based on the description of your approach used to perform finite element analysis from the ANSYS data seems logical. ...

3 mois il y a | 0

| A accepté

Réponse apportée
已知自变量、因变量与函数,优化出各参数的值
Hello 浩天, I will be answering your query in English, since I am not proficient in Chinese. Based on your description, it seems ...

3 mois il y a | 0

Réponse apportée
Is it possible to integrate wireless communication with an EV power system model?
Hi Nihal, Based on your query to gather some information or a high-level approach to integrate the EV powertrain in Simulink wi...

4 mois il y a | 1

Réponse apportée
Serial Receive in Desktop Real-Time Kernel Mode
Hi Kreis, The error that you have mentioned seems to suggest that the problem lies with the code generation process of your Sim...

4 mois il y a | 0

Réponse apportée
I want to convert my non linear mpc and i'm using it's toolbox into explicit mpc controller using the toolbox too .
Hello Abdullah, To convert a NMPC (Nonlinear Model Predictive Control) to an Explicit Model Predictive Control involves certain...

4 mois il y a | 0

Réponse apportée
MatlabEngine.startMatlab fails on MacOS due to hardened runtime
Hi Jeff, Based on the description of your problem and referring to the Apple Developer Forum answer link provided, I can see th...

4 mois il y a | 0

Réponse apportée
Matlab function gui_mainfcn.m crashes on feval
Hello Kurt, The crash that you have mentioned is a common occurrence as per the discussion section of the linked file exchange ...

4 mois il y a | 0

| A accepté

Réponse apportée
Serial port Communication - Send Numeric Values
Hi Mikael, From what I could gather from your problem is that you want to define an array of type “double” and send it through ...

4 mois il y a | 1

Charger plus