
Anshuman
Followers: 0 Following: 0
Feeds
已回答
C code generation of models reference for CarMaker target system issue
Hello, The error you're encountering is related to the code generation settings for model reference blocks in Simulink. The "Re...
C code generation of models reference for CarMaker target system issue
Hello, The error you're encountering is related to the code generation settings for model reference blocks in Simulink. The "Re...
4 months 前 | 0
已回答
Getting a string to become a signal
Hello Kevin, When you use "get_param(gcb, 'ParameterName')" in Simulink to retrieve a parameter value from a block, it should ...
Getting a string to become a signal
Hello Kevin, When you use "get_param(gcb, 'ParameterName')" in Simulink to retrieve a parameter value from a block, it should ...
4 months 前 | 0
已回答
Simulink MATLAB Function for loop
Hello John, To ensure that the value 'y' is output at each step of the while loop, you'll need to modify the function to store ...
Simulink MATLAB Function for loop
Hello John, To ensure that the value 'y' is output at each step of the while loop, you'll need to modify the function to store ...
4 months 前 | 0
已回答
An error when lanuch Autosar package
Hello Saming, This typically indicates that the AUTOSAR support is not properly set up or the necessary toolboxes are not insta...
An error when lanuch Autosar package
Hello Saming, This typically indicates that the AUTOSAR support is not properly set up or the necessary toolboxes are not insta...
4 months 前 | 0
已回答
how to generate null pointer check in simulink model
Hi Jeevan, You can use a MATLAB Function block in Simulink to implement the logic of your C function. This block allows you to ...
how to generate null pointer check in simulink model
Hi Jeevan, You can use a MATLAB Function block in Simulink to implement the logic of your C function. This block allows you to ...
4 months 前 | 0
已回答
How To create TLC file for S-Function
Hello Vikas, There isn't any automatic way to generate a TLC file from a '.C' file or a '.mexw64' file directly. Instead, you n...
How To create TLC file for S-Function
Hello Vikas, There isn't any automatic way to generate a TLC file from a '.C' file or a '.mexw64' file directly. Instead, you n...
4 months 前 | 0
已回答
How to find singularitieswithout WTMM function.
Hello Mohammed, The error message you're encountering indicates that the function 'WTMM' is not supported for code generation i...
How to find singularitieswithout WTMM function.
Hello Mohammed, The error message you're encountering indicates that the function 'WTMM' is not supported for code generation i...
4 months 前 | 0
已回答
STL and Simulink Coder
Hi James, If you're trying to incorporate custom C++ code, including STL containers like std::deque, into your Simulink models,...
STL and Simulink Coder
Hi James, If you're trying to incorporate custom C++ code, including STL containers like std::deque, into your Simulink models,...
4 months 前 | 0
已回答
entropy in WPT
Hello Snehal, There are several types of entropy that can be used, including Shannon entropy, log energy entropy, and others. T...
entropy in WPT
Hello Snehal, There are several types of entropy that can be used, including Shannon entropy, log energy entropy, and others. T...
5 months 前 | 0
已回答
Best way to capture sine wave in speedgoat hardware.
Hello Gonzalo, As per my understanding, using an ADC would be a straightforward method to capture the analog equivalent of the ...
Best way to capture sine wave in speedgoat hardware.
Hello Gonzalo, As per my understanding, using an ADC would be a straightforward method to capture the analog equivalent of the ...
5 months 前 | 0
已回答
Bootstapping a Data Matrix
Hello, The "bootstrp" function in MATLAB is primarily designed for resampling data for statistical analysis, and it typically o...
Bootstapping a Data Matrix
Hello, The "bootstrp" function in MATLAB is primarily designed for resampling data for statistical analysis, and it typically o...
6 months 前 | 0
已回答
how add excitation force in simulink
Hello, You need to add the necessary blocks to represent your system and the excitation force. These blocks might include: So...
how add excitation force in simulink
Hello, You need to add the necessary blocks to represent your system and the excitation force. These blocks might include: So...
6 months 前 | 0
已回答
Signal from Workspace block
Hello, Here are few things that you can check to troubleshoot this issue: If you are using MATLAB functions, the workspace wi...
Signal from Workspace block
Hello, Here are few things that you can check to troubleshoot this issue: If you are using MATLAB functions, the workspace wi...
6 months 前 | 0
已回答
statistical power of lillietest
Hello, To check the statistical power of the Lilliefors test, using a function like "sampsizepwr" in MATLAB would not be a good...
statistical power of lillietest
Hello, To check the statistical power of the Lilliefors test, using a function like "sampsizepwr" in MATLAB would not be a good...
6 months 前 | 0
已回答
How to create a .mat file from the signal builder test scenario (data signals)
Hello, Automating test scenarios for a simulation model can be efficiently managed using MATLAB scripts. If you are using the ...
How to create a .mat file from the signal builder test scenario (data signals)
Hello, Automating test scenarios for a simulation model can be efficiently managed using MATLAB scripts. If you are using the ...
6 months 前 | 0
已回答
Animate a vehicle with trailer in RoadRunner
Yes, you can animate a vehicle with a trailer connected to it in RoadRunner. Here's a general outline to achieve this: Ensure y...
Animate a vehicle with trailer in RoadRunner
Yes, you can animate a vehicle with a trailer connected to it in RoadRunner. Here's a general outline to achieve this: Ensure y...
6 months 前 | 0
已回答
about code compatibility...
Hello, To call C functions from MATLAB, we typically use MEX files. If your MATLAB code also calls C functions via MEX files, y...
about code compatibility...
Hello, To call C functions from MATLAB, we typically use MEX files. If your MATLAB code also calls C functions via MEX files, y...
6 months 前 | 0
已回答
how I can relate Qt interface with Simulink model?
Hello, To create a Qt interface for visualizing the outputs of a Simulink model, you'll need to establish a communication link ...
how I can relate Qt interface with Simulink model?
Hello, To create a Qt interface for visualizing the outputs of a Simulink model, you'll need to establish a communication link ...
6 months 前 | 0
已回答
Simulink S11 extraction to physical model
Hello Gary, Simulink itself does not directly convert S-parameter files, such as a one-port S11 file, into physical modeling pa...
Simulink S11 extraction to physical model
Hello Gary, Simulink itself does not directly convert S-parameter files, such as a one-port S11 file, into physical modeling pa...
6 months 前 | 0
已回答
What's the state space of critic network in multi-agent reinforcement learning with centralized training?
Hi Yiwen, In some MARL algorithms, actor and critic networks share parameters across agents to promote coordination and reduce ...
What's the state space of critic network in multi-agent reinforcement learning with centralized training?
Hi Yiwen, In some MARL algorithms, actor and critic networks share parameters across agents to promote coordination and reduce ...
6 months 前 | 0
已回答
Can i connect Arduino robot with wifi module ?
Hey Andrej, Yes you can connect the RX and TX pins on a control board. You have to make the cross connections here , i.e. Con...
Can i connect Arduino robot with wifi module ?
Hey Andrej, Yes you can connect the RX and TX pins on a control board. You have to make the cross connections here , i.e. Con...
6 months 前 | 0
已回答
Could not apply model's TargetPlatform settings in Task 1.1 of the HDL Workflow Advisor
Hello Madhusudan, This type of error often arises due to compatibility issues or changes in the software environment. Here are ...
Could not apply model's TargetPlatform settings in Task 1.1 of the HDL Workflow Advisor
Hello Madhusudan, This type of error often arises due to compatibility issues or changes in the software environment. Here are ...
6 months 前 | 0
已回答
How to get georeferenced backscatter bands ?
Hello kuldep, To ensure that the Gamma0 and Sigma0 backscatter bands are georeferenced during terrain correction in your MATLAB...
How to get georeferenced backscatter bands ?
Hello kuldep, To ensure that the Gamma0 and Sigma0 backscatter bands are georeferenced during terrain correction in your MATLAB...
6 months 前 | 0
已回答
FEM multiple objects and material properties
Hello, Here are few general steps that you can follow to address this issue: A 3D modeling software like Blender, Meshmixer, o...
FEM multiple objects and material properties
Hello, Here are few general steps that you can follow to address this issue: A 3D modeling software like Blender, Meshmixer, o...
7 months 前 | 0
已回答
how to Replace Block?
Hello, You can follow these steps to do this: In your Simulink model, identify the block you want to replace. In your custom...
how to Replace Block?
Hello, You can follow these steps to do this: In your Simulink model, identify the block you want to replace. In your custom...
7 months 前 | 0
已回答
How could i import google map into matlab using mapping toolbox,with dynamic view?
Hello, Based on my understaing, here are few general steps that you can follow to achieve this functionality: Obtain map data...
How could i import google map into matlab using mapping toolbox,with dynamic view?
Hello, Based on my understaing, here are few general steps that you can follow to achieve this functionality: Obtain map data...
7 months 前 | 1
已回答
How to export all the Test sequences from Simulink Test Manager as an excel file.
Hello, To extract test sequences from Simulink Test Manager, you can use the appropriate Simulink Test API functions. Here's ho...
How to export all the Test sequences from Simulink Test Manager as an excel file.
Hello, To extract test sequences from Simulink Test Manager, you can use the appropriate Simulink Test API functions. Here's ho...
7 months 前 | 0
已回答
xPC target kernel jitter
Hello, The jitter you experience will depend on several factors, including the hardware capabilities and the efficiency of the ...
xPC target kernel jitter
Hello, The jitter you experience will depend on several factors, including the hardware capabilities and the efficiency of the ...
7 months 前 | 0
已回答
I have trouble building Solution in MSVC for simulink model to generate execuatble
Hello, The error you're encountering indicates that the build process is unable to locate the 'nuttx/config.h' file, which is r...
I have trouble building Solution in MSVC for simulink model to generate execuatble
Hello, The error you're encountering indicates that the build process is unable to locate the 'nuttx/config.h' file, which is r...
7 months 前 | 0
已回答
Bifurcation of 3D system
Hello, Typically for bifurcation analysis, tools like MATCONT are used. Below is a sample MATLAB script for a simple 3D system....
Bifurcation of 3D system
Hello, Typically for bifurcation analysis, tools like MATCONT are used. Below is a sample MATLAB script for a simple 3D system....
7 months 前 | 0