Feeds
已回答
algorithmic difference between random number generator and band-limited white noise
Hi @Devyani Varshney, There is a difference in the functionalities of the two blocks mentioned. The ‘Random Number block’ gener...
algorithmic difference between random number generator and band-limited white noise
Hi @Devyani Varshney, There is a difference in the functionalities of the two blocks mentioned. The ‘Random Number block’ gener...
13 days 前 | 0
已回答
How can I pass a tunable struct parameter as an input to the generated step function in Embedded Coder for a Simulink model using reusable function packaging?
Hi @Manoj. To pass the ‘cfg’ struct as an input to the ‘experiment_demo_step()’ function, rather than using it as a global vari...
How can I pass a tunable struct parameter as an input to the generated step function in Embedded Coder for a Simulink model using reusable function packaging?
Hi @Manoj. To pass the ‘cfg’ struct as an input to the ‘experiment_demo_step()’ function, rather than using it as a global vari...
14 days 前 | 1
| 已接受
已回答
Simulink mask initialization commands not visible or editable in R2024b
Hi @Andrew Roscoe, I understand that you want to view and edit the mask initialization code, in MATLAB R2024b. Starting with th...
Simulink mask initialization commands not visible or editable in R2024b
Hi @Andrew Roscoe, I understand that you want to view and edit the mask initialization code, in MATLAB R2024b. Starting with th...
16 days 前 | 0
已回答
How to use sldd file instead of *.m for creating mask popup
Hi @Dimitri, I understand that you want to use ‘enumerations’ from a pre-defined ‘*.sldd’ dictionary for custom parameters of a...
How to use sldd file instead of *.m for creating mask popup
Hi @Dimitri, I understand that you want to use ‘enumerations’ from a pre-defined ‘*.sldd’ dictionary for custom parameters of a...
16 days 前 | 1
已回答
Simulink Codegen Model Parameter Static Keyword
Hi @Kraker, You can refer to the following MATLAB answer link, which explains the procedure for make the model parameters 'non-...
Simulink Codegen Model Parameter Static Keyword
Hi @Kraker, You can refer to the following MATLAB answer link, which explains the procedure for make the model parameters 'non-...
16 days 前 | 0
已回答
Issue with TI Launchpad F28069M with DRV8301
Hi @Ankit, I understand that you want to run the “Run ThreePhase AC Motors OpenLoop Control & Calibrate ADC Offset” example wi...
Issue with TI Launchpad F28069M with DRV8301
Hi @Ankit, I understand that you want to run the “Run ThreePhase AC Motors OpenLoop Control & Calibrate ADC Offset” example wi...
17 days 前 | 0
已回答
Problems with code generation with c2000 F28379D
Hi @Moise Cristi, The screenshots that you have shared show that you do not have TI C2000Ware, and TI Code Composer Studio inst...
Problems with code generation with c2000 F28379D
Hi @Moise Cristi, The screenshots that you have shared show that you do not have TI C2000Ware, and TI Code Composer Studio inst...
17 days 前 | 0
已回答
How to generate a shared library (SO/DLL) using CMake-based toolchain in Simulink
Hi @Anil Ozturk, I understand that you wish to generate a shared library from your model code instead of an executable. In thi...
How to generate a shared library (SO/DLL) using CMake-based toolchain in Simulink
Hi @Anil Ozturk, I understand that you wish to generate a shared library from your model code instead of an executable. In thi...
18 days 前 | 0
已回答
Are in a Masked subsystem the instance-specific changes saved with model save?
Hi @Sebastian, Changes made by mask initialization code can be saved with the model, but only if they affect block parameters t...
Are in a Masked subsystem the instance-specific changes saved with model save?
Hi @Sebastian, Changes made by mask initialization code can be saved with the model, but only if they affect block parameters t...
3 months 前 | 0
已回答
phase noise measurement results are different with the phase noise impairment setting to a VCO?
Hi @Jeff Yan, I understand that you are observing a mismatch between the phase noise set using the ‘VCO impairment’ block and t...
phase noise measurement results are different with the phase noise impairment setting to a VCO?
Hi @Jeff Yan, I understand that you are observing a mismatch between the phase noise set using the ‘VCO impairment’ block and t...
3 months 前 | 0
已回答
Initialize, Reinitialize, Reset, and Terminate Functions without stateflow.
Hi @Antimo, You can implement ‘initialize’, ‘reinitialize’, ‘reset’, and ‘terminate’ functions in Simulink without using Statef...
Initialize, Reinitialize, Reset, and Terminate Functions without stateflow.
Hi @Antimo, You can implement ‘initialize’, ‘reinitialize’, ‘reset’, and ‘terminate’ functions in Simulink without using Statef...
3 months 前 | 1
已回答
Not able to export to standalone FMU the look up tables with tunable size
Hi @Yasho Bharat, Simulink FMU export supports tunable parameters, but in this case, it does not automatically export the siz...
Not able to export to standalone FMU the look up tables with tunable size
Hi @Yasho Bharat, Simulink FMU export supports tunable parameters, but in this case, it does not automatically export the siz...
3 months 前 | 0
已回答
10 khz hf transformer modelling in simulink
Hi @Jyotiprakash, Here is an example shared by MathWorks which shows how to model a transformer using fundamental magnetic libr...
10 khz hf transformer modelling in simulink
Hi @Jyotiprakash, Here is an example shared by MathWorks which shows how to model a transformer using fundamental magnetic libr...
3 months 前 | 1
已回答
Model based development of TC3XX series development board
Hi @健 李, Here is an example shared by MathWorks which shows how to use Embedded Coder Support Package for 'Infineon AURIX TC3x'...
Model based development of TC3XX series development board
Hi @健 李, Here is an example shared by MathWorks which shows how to use Embedded Coder Support Package for 'Infineon AURIX TC3x'...
3 months 前 | 0
已回答
When the Simulink file "mcb_pmsm_foc_sensorless_dyno_f28379d.slx" from the official MATLAB website is downloaded to the motor, the motor fails to start.
Hi @鑫剑, Since this is a hardware related problem, it is hard to pinpoint the exact reason you might be facing this issue. But ...
When the Simulink file "mcb_pmsm_foc_sensorless_dyno_f28379d.slx" from the official MATLAB website is downloaded to the motor, the motor fails to start.
Hi @鑫剑, Since this is a hardware related problem, it is hard to pinpoint the exact reason you might be facing this issue. But ...
3 months 前 | 0
已回答
How to use a (virtual) bus as input to a referenced model
Hi @Marcus, I understand that you are using a virtual bus to pass data to a model reference. In Simulink, if you use a virtual...
How to use a (virtual) bus as input to a referenced model
Hi @Marcus, I understand that you are using a virtual bus to pass data to a model reference. In Simulink, if you use a virtual...
3 months 前 | 0
已回答
unexpected result from function "blsimpv"
Hi @Yu Li, I understand that you are using the ‘blsimpv’ function in MATLAB to compute the implied volatility of an option, bu...
unexpected result from function "blsimpv"
Hi @Yu Li, I understand that you are using the ‘blsimpv’ function in MATLAB to compute the implied volatility of an option, bu...
3 months 前 | 0
已回答
Frequency resolution of Spectrogram
Hi @Umer Khalid, The ‘spectogram’ function has a few optional arguments that can be used to modify the resolution of the specto...
Frequency resolution of Spectrogram
Hi @Umer Khalid, The ‘spectogram’ function has a few optional arguments that can be used to modify the resolution of the specto...
4 months 前 | 0
已回答
Error "daqcli:daq:hardwareResourceReserved" when trying to do measurements
Hi @Thea, Since this is a hardware related problem, it is hard to pinpoint the exact reason you might be facing this issue. Bu...
Error "daqcli:daq:hardwareResourceReserved" when trying to do measurements
Hi @Thea, Since this is a hardware related problem, it is hard to pinpoint the exact reason you might be facing this issue. Bu...
4 months 前 | 0
已回答
kindly tell me how to increase the transport delay and how can i update the buffer size parameter as per the warning it is coming
Hi @arunav ray, The issue that you are facing is about the buffer size parameter, of the ‘Variable Transport Delay’ block loca...
kindly tell me how to increase the transport delay and how can i update the buffer size parameter as per the warning it is coming
Hi @arunav ray, The issue that you are facing is about the buffer size parameter, of the ‘Variable Transport Delay’ block loca...
4 months 前 | 0
已回答
Deploying CNN model on FPGA DE0 Nano Board
Hi @Parthsarthi, Here are a few steps you can follow in order to develop a Simulink model of a CNN, and make it compatible wit...
Deploying CNN model on FPGA DE0 Nano Board
Hi @Parthsarthi, Here are a few steps you can follow in order to develop a Simulink model of a CNN, and make it compatible wit...
4 months 前 | 1
| 已接受
已回答
Looking for a Simulink model of a Series HEV that I can use as the basis for implementing and testing my optimization algorithm.
Hi @Nico, There is an example model in Simscape, which was introduced by MathWorks and is compatible with MATLAB R2023b and la...
Looking for a Simulink model of a Series HEV that I can use as the basis for implementing and testing my optimization algorithm.
Hi @Nico, There is an example model in Simscape, which was introduced by MathWorks and is compatible with MATLAB R2023b and la...
4 months 前 | 0
已回答
Build time of my project is increasing after using "UpgradeAdvisor" to convert Configurable Subsystems to Variant Subsystems.
Hi @Veera, The ‘Variant Subsystem’ block offers more advantages than the previously used ‘Configurable Subsystem’ block. It ...
Build time of my project is increasing after using "UpgradeAdvisor" to convert Configurable Subsystems to Variant Subsystems.
Hi @Veera, The ‘Variant Subsystem’ block offers more advantages than the previously used ‘Configurable Subsystem’ block. It ...
4 months 前 | 0
| 已接受
已回答
I am trying to use I2C block inside a interrupt but it not working
Hi @Roni, This issue is commonly observed while using STM32 boards, where I2C is interrupt based. When the ‘I2C’ block is pr...
I am trying to use I2C block inside a interrupt but it not working
Hi @Roni, This issue is commonly observed while using STM32 boards, where I2C is interrupt based. When the ‘I2C’ block is pr...
4 months 前 | 0
已回答
Error evaluating 'InitFcn' callback of Battery block (mask):
Hi @Tommy, The error message you are encountering indicates an issue with the initialization function (‘InitFcn’) of a masked b...
Error evaluating 'InitFcn' callback of Battery block (mask):
Hi @Tommy, The error message you are encountering indicates an issue with the initialization function (‘InitFcn’) of a masked b...
4 months 前 | 0
已回答
Motor Control without using Host Model
Hi @Bhagyesh, If you wish to control the motor speed without using the host model, you can try changing the structure of the ...
Motor Control without using Host Model
Hi @Bhagyesh, If you wish to control the motor speed without using the host model, you can try changing the structure of the ...
4 months 前 | 0
已回答
Problem in compiling the C++ code created by simulink Embedded Coder Quick Start "rtw_continuous.h" file not included
Hi @mehran khoshnevisan, The error you are facing with the ‘rtw_continuous.h’ and ‘rtw_solver.h’ header files not being found, ...
Problem in compiling the C++ code created by simulink Embedded Coder Quick Start "rtw_continuous.h" file not included
Hi @mehran khoshnevisan, The error you are facing with the ‘rtw_continuous.h’ and ‘rtw_solver.h’ header files not being found, ...
4 months 前 | 0
已回答
How to use inlining for S-Function in Simulink with PLC Coder? Or, how to convert C++ code to other languages with PLC Coder?
Hi @min, I faced a similar issue while generating code from an ‘s-function’ block using PLC Coder. I came across a previous ...
How to use inlining for S-Function in Simulink with PLC Coder? Or, how to convert C++ code to other languages with PLC Coder?
Hi @min, I faced a similar issue while generating code from an ‘s-function’ block using PLC Coder. I came across a previous ...
4 months 前 | 0
已回答
Draw arrows between Simulink blocks...
Hi @Chandran, Simulink allows users to use annotations to label block diagrams and provide more information about its content...
Draw arrows between Simulink blocks...
Hi @Chandran, Simulink allows users to use annotations to label block diagrams and provide more information about its content...
5 months 前 | 0
已回答
How to transfer data between two separate Stateflow Chart blocks in Simulink?
Hi @Semih, I noticed that you are using two separate ‘Simulink-based State Blocks’ inside the ‘Stateflow’ chart. These blocks...
How to transfer data between two separate Stateflow Chart blocks in Simulink?
Hi @Semih, I noticed that you are using two separate ‘Simulink-based State Blocks’ inside the ‘Stateflow’ chart. These blocks...
5 months 前 | 0