photo

Ashutosh Thakur


Last seen: Today Actif depuis 2022

Followers: 1   Following: 0

Programming Languages:
Javascript

Statistiques

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Unable to obtain Sheets object in ActiveX control.
Hi Satoshi, It seems like the issue has occurred due to a change in the release. I can suggest some troubleshooting steps that ...

environ 16 heures il y a | 0

Réponse apportée
Code or which simulink block for me to create this equation or this pattern?
Hello Haszuraidah, I understand that you want to create a signal pattern where the output follows the input with a delay of bet...

environ 17 heures il y a | 0

Réponse apportée
How can GoTo module transversing the enable system reports
Hello @yi, The error message states that it is not recommended to use Goto blocks with Non Virtual subsystems such as Triggered...

5 jours il y a | 0

Réponse apportée
How to enable BitMask in EcuDescriptions when using coder.asap2.export
Hello Mukesh, In order to configure the model to include BitMask information in the A2L file, you can use the set function to s...

6 jours il y a | 0

Réponse apportée
Speeding up multiple loops
Hello Guan, You can follow different techniques to improve the performance of your code. Here are some ways: Vectorization: Ch...

6 jours il y a | 1

Réponse apportée
How to plot RGB histogram of an image into a single 3D slice plot?
Hello Mohammad, You can explore the hist3 function available in MATLAB to create 3-D histogram plots. However, note that this f...

6 jours il y a | 0

Réponse apportée
Dynamically sized ports not correct when compiled to s-function
Hi Robrecht, It seems like the dimensions of the signals are not being propagated correctly when you compile the model to the S...

7 jours il y a | 0

Réponse apportée
Import and Read data with several sheets
Hello Oluwasogo, I understand that you are trying to read an Excel sheet and the performance issue might be due to the xlsinfo ...

7 jours il y a | 0

Réponse apportée
Model Advisor "Check Usage of Stateflow data" Warning
Hi Netravathi, The Model Advisor check for Simulink Code Inspector, i.e., Check for the usage of Stateflow data is a combinatio...

7 jours il y a | 0

Réponse apportée
Why MaximumIndicesForEachDimension must be equal to the number of brake points?
Hi Francesco, The error message indicates that the Maximum indices for each dimension parameter value must match the length of ...

8 jours il y a | 0

Réponse apportée
inaccessible input in Test Harness (Simulink Test)
Hello, I understand that you are encountering inaccessible inputs during MIL testing. This indicates that the Test Sequence blo...

8 jours il y a | 0

Réponse apportée
Merging Branches with MLAPP files - Can't merge layout changes
Hello Joel, I understand that you are facing issues with merging MLAPP files using version control tools like Git. Starting fro...

8 jours il y a | 0

Réponse apportée
varargin error for optional inputs
Hello Uma, The error you are facing is due to the way in which MATLAB handles the varargin input. I can see that you are trying...

26 jours il y a | 1

Réponse apportée
Failed to load MCR
Hi Ahmad, The error may be due to a difference in your MATLAB release and the release that is supported with MCR version 7.13. ...

26 jours il y a | 0

Réponse apportée
Copy a user selected folder
Hello Ian, Based on the description, I understand that you want to upload a user-selected folder to a new location, i.e., in a ...

26 jours il y a | 0

| A accepté

Réponse apportée
Extracting bus elements and their signals from a data dictionary has very slow performance.
Hi Dawn, I understand that you are trying to search through a data dictionary but are facing slow performance while executing t...

27 jours il y a | 0

Réponse apportée
Reconstruct original signal from filtered one with filter coefficients
Hi Tran, If you want to reconstruct the original signal (X) from the filtered signal (Y), you need to apply an inverse filter t...

27 jours il y a | 0

Réponse apportée
I would like to save each Thex array created in each loop as its own array. How can i create a variable that has its name adjusted with each loop and saves each loop result?
Hi Hayat, Cell arrays can be leveraged in your use case to store the result of the Thex variable created inside the loop. The f...

27 jours il y a | 0

Réponse apportée
How to fix "Signal Dimension" error message ?
Hi Thasvinthiran, For blocks such as Inport, Mux, Demux, and Add, it is necessary to provide the signal dimensions. Without the...

27 jours il y a | 0

Réponse apportée
What is Matlab code for Gyroid lattice structure for Heat application ?
Hi Rahul, While creating a Gyroid lattice structure in MATLAB, It involves making a 3D model of the Gyroid surface, which forms...

29 jours il y a | 0

| A accepté

Réponse apportée
Windows Security suddenly thinks my compiled app contains a virus
Hi Dane, This is a common issue where legitimate applications are mistakenly flagged as malware or viruses. This can happen for...

29 jours il y a | 0

| A accepté

Réponse apportée
Macbook air chip M3
Hi Sara, MATLAB is supported on the M3 chip of MacBook, but it also depends on the release of MATLAB you are using. Releases be...

29 jours il y a | 0

Réponse apportée
How can I convert this code to C++?
Hi Kun, The MATLAB code which you have attached can be converted into C++ code by using MATLAB Coder. https://www.mathworks.com...

environ un mois il y a | 0

Réponse apportée
Integrating NVM and DEM Modules in Classic and Adaptive AUTOSAR with MATLAB/Simulink
Hi Arunachalam, Following resources can help you integrating the NVM (Non-Volatile Memory) and DEM (Diagnostic Event Manager) m...

environ un mois il y a | 0

Réponse apportée
Apply memory sections for model functions
Hi Nour, You have created an AUTOSAR package with memory sections for the model initialize and step functions. A possible appro...

environ un mois il y a | 0

Réponse apportée
모델에서 Send/Receiver RTE 포트의 리턴 값을 어떻게 사용 할 수 있나요
Hi Junyeol, Based on the warning message, I have observed that the Model Advisor check for a missing error port is failing. To ...

environ un mois il y a | 0

Réponse apportée
MISRA C:2012 Rules in Simulink
Hi Paturi, Code generation tools such as Embedded Coder support the MISRA C:2012 guidelines in the generated code, they also su...

environ un mois il y a | 0

Réponse apportée
The difference of NumThreads and NumWorkers in parpool, and thread-safety issue.
Hello HeRan, The optimal mix of workers and threads greatly depends on the specifics of your use case. Determining the right co...

environ un mois il y a | 1

Réponse apportée
How to import the arxml created from the Autosar Davinci developer into the Matlab .
Hi Manjiri, I would suggest you to use arxml.importer API in MATLAB to import the ARXML file into Simulink components. The foll...

environ un mois il y a | 1

Réponse apportée
Create AUTOSAR implementation data type with category DATA_REFERENCE
Hi Jeevan, The pointer data type is not directly supported in Simulink; you might have to create a custom data type to achieve ...

environ un mois il y a | 1

Charger plus