Feeds
已回答
Is there a way of programmatically applying saved Export Styles post R2024b?
Hi @Amos, in MATLAB R2025a, the hgexport('readstyle', ...) functionality has been removed, and it's no longer documented or supp...
Is there a way of programmatically applying saved Export Styles post R2024b?
Hi @Amos, in MATLAB R2025a, the hgexport('readstyle', ...) functionality has been removed, and it's no longer documented or supp...
1 month 前 | 1
已回答
Reinforcement learning shows loss curves
Hi @浩文, to monitor the actor network's loss during reinforcement learning training in MATLAB, you can log and visualize the loss...
Reinforcement learning shows loss curves
Hi @浩文, to monitor the actor network's loss during reinforcement learning training in MATLAB, you can log and visualize the loss...
1 month 前 | 0
已回答
Embedded coder without dynamic memory allocation: using a large input parameter.
Hi @Hank, if you're running into the “Computed maximum size exceeds maximum allowed number of elements (134217728)” error during...
Embedded coder without dynamic memory allocation: using a large input parameter.
Hi @Hank, if you're running into the “Computed maximum size exceeds maximum allowed number of elements (134217728)” error during...
1 month 前 | 0
已回答
I want to append a new Report to an existing Report/file
Hi @plasmageek, appending to an existing PDF report using MATLAB Report Generator isn't directly supported—the Report object wil...
I want to append a new Report to an existing Report/file
Hi @plasmageek, appending to an existing PDF report using MATLAB Report Generator isn't directly supported—the Report object wil...
1 month 前 | 0
| 已接受
已回答
engOpen() fails when called from CodeBlocks on Windows 11
Hi @Jim, the engOpen(NULL) function requires access to a full MATLAB installation, not just the MATLAB Runtime. While the Runtim...
engOpen() fails when called from CodeBlocks on Windows 11
Hi @Jim, the engOpen(NULL) function requires access to a full MATLAB installation, not just the MATLAB Runtime. While the Runtim...
1 month 前 | 0
已回答
MATLAB crash when running external toolbox with real-time model integration
Hi @Diran, the crash you are encountering—triggered by an “Illegal instruction” error—is likely due to the use of unsupported CP...
MATLAB crash when running external toolbox with real-time model integration
Hi @Diran, the crash you are encountering—triggered by an “Illegal instruction” error—is likely due to the use of unsupported CP...
1 month 前 | 0
已回答
sudo: raspi-config: command not found when setting up matlab support package for Raspbery Pi
Hi @Evan, from everything you’ve described while setting up the MATLAB Support Package on your Raspberry Pi 5, I think I’ve figu...
sudo: raspi-config: command not found when setting up matlab support package for Raspbery Pi
Hi @Evan, from everything you’ve described while setting up the MATLAB Support Package on your Raspberry Pi 5, I think I’ve figu...
1 month 前 | 0
已回答
Is it possible to fully saturate any isolated converter using saturable transformer of MATLAB simulink?
Hi @Rakesh, yes, it is possible to simulate full core saturation using the Saturable Transformer block in Simulink, but a few fa...
Is it possible to fully saturate any isolated converter using saturable transformer of MATLAB simulink?
Hi @Rakesh, yes, it is possible to simulate full core saturation using the Saturable Transformer block in Simulink, but a few fa...
2 months 前 | 0
已回答
How to evaluate my model using a graph and how to reduce overfitting?
Hi @Ahmed, thank you for sharing the details. You're approaching this correctly, and the observations you've made are valid. ...
How to evaluate my model using a graph and how to reduce overfitting?
Hi @Ahmed, thank you for sharing the details. You're approaching this correctly, and the observations you've made are valid. ...
2 months 前 | 0
已回答
Is it possible to retrieve a git tag from within MATLAB?
Hi @Laura, you can absolutely extract the current Git tag (or commit ID) from within MATLAB, which is very useful for tracking w...
Is it possible to retrieve a git tag from within MATLAB?
Hi @Laura, you can absolutely extract the current Git tag (or commit ID) from within MATLAB, which is very useful for tracking w...
2 months 前 | 2
| 已接受
已回答
Matlab 2023a update 8 ISO for linux does not appear to allow me to install to an offline Redhat 9/Rocky 9 machine
Hi @Logan, if you're trying to install MATLAB R2023a Update 8 offline on Linux and running into issues like the installer hangi...
Matlab 2023a update 8 ISO for linux does not appear to allow me to install to an offline Redhat 9/Rocky 9 machine
Hi @Logan, if you're trying to install MATLAB R2023a Update 8 offline on Linux and running into issues like the installer hangi...
2 months 前 | 0
已回答
Trouble defining differential feed for pcbstack feed
Hi @Jeffrey Andle, it looks like you're running into expected behavior when using differential feeds with pcbStack, especially w...
Trouble defining differential feed for pcbstack feed
Hi @Jeffrey Andle, it looks like you're running into expected behavior when using differential feeds with pcbStack, especially w...
2 months 前 | 1
已回答
Simulink Model of Induction Motor Driving Conveyor Belt
Hi @Damascus, there isn’t a ready-made Simulink example that exactly matches a conveyor belt system driven by an induction motor...
Simulink Model of Induction Motor Driving Conveyor Belt
Hi @Damascus, there isn’t a ready-made Simulink example that exactly matches a conveyor belt system driven by an induction motor...
2 months 前 | 0
已回答
How to generate the app with MultiPaneSimApp Template
Hi @Jack Daniels, if you're looking to export your Simulink model as a standalone application, make sure you're using the Simuli...
How to generate the app with MultiPaneSimApp Template
Hi @Jack Daniels, if you're looking to export your Simulink model as a standalone application, make sure you're using the Simuli...
2 months 前 | 0
已回答
Textboxes with offset/buffer/margin from edge of plot area same as legend
Hi @Thomas, MATLAB doesn’t currently support a built-in way to position annotation('textbox', ...) elements using the same logic...
Textboxes with offset/buffer/margin from edge of plot area same as legend
Hi @Thomas, MATLAB doesn’t currently support a built-in way to position annotation('textbox', ...) elements using the same logic...
2 months 前 | 1
已回答
fractional discrete henon map
Hi @sabrina, when working with a fractional-order Hénon map, the main challenge is incorporating the fractional dynamics into th...
fractional discrete henon map
Hi @sabrina, when working with a fractional-order Hénon map, the main challenge is incorporating the fractional dynamics into th...
2 months 前 | 0
| 已接受
已回答
MATLAB/Simulink freezes at the end of simulation with custom s-function
Hi @Leonardo, it appears you're running into a known behavior where MATLAB/Simulink freezes at the end of a simulation with a cu...
MATLAB/Simulink freezes at the end of simulation with custom s-function
Hi @Leonardo, it appears you're running into a known behavior where MATLAB/Simulink freezes at the end of a simulation with a cu...
2 months 前 | 0
已回答
Where do I find the results for Code Clone in Polyspace Bug Finder in MATLAB 2023b?
Hi @Ridhi, when you run a Polyspace Bug Finder analysis in R2023b that includes duplicate-code detection, the results aren't sho...
Where do I find the results for Code Clone in Polyspace Bug Finder in MATLAB 2023b?
Hi @Ridhi, when you run a Polyspace Bug Finder analysis in R2023b that includes duplicate-code detection, the results aren't sho...
2 months 前 | 0
已回答
How to programmatically create Simulink.Parameter object from nested bus in data dictionary?
Hi @Steven, you're correct that the "Create Simulink.Parameter Object" option from the Type Editor is very useful for quickly ge...
How to programmatically create Simulink.Parameter object from nested bus in data dictionary?
Hi @Steven, you're correct that the "Create Simulink.Parameter Object" option from the Type Editor is very useful for quickly ge...
2 months 前 | 0
已回答
error main.c:405: undefined reference to 'rt_InitInfAndNaN'
Hi @Varsha, this issue happens because MATLAB R2024a and later no longer generate the separate files rtGetInf.c, rtGetNaN.c, or ...
error main.c:405: undefined reference to 'rt_InitInfAndNaN'
Hi @Varsha, this issue happens because MATLAB R2024a and later no longer generate the separate files rtGetInf.c, rtGetNaN.c, or ...
2 months 前 | 1
| 已接受
已回答
Simulink is too small on my high DPI display in Linux
Hi @Ege, in MATLAB R2025a on Linux systems with high-resolution displays, setting: s.matlab.desktop.Zoom.PersonalValue = 150; ...
Simulink is too small on my high DPI display in Linux
Hi @Ege, in MATLAB R2025a on Linux systems with high-resolution displays, setting: s.matlab.desktop.Zoom.PersonalValue = 150; ...
2 months 前 | 0
| 已接受
已回答
Define a class in a Livescript with the .m extension
Hi @CAME, as of MATLAB R2025a, live scripts can indeed be saved in a plain-text .m format, which makes them more compatible with...
Define a class in a Livescript with the .m extension
Hi @CAME, as of MATLAB R2025a, live scripts can indeed be saved in a plain-text .m format, which makes them more compatible with...
2 months 前 | 0
| 已接受
已回答
vscode terminal jump word shortcuts
Hi @Sebastián Gómez Jorge, you're right that this isn't strictly a MATLAB-specific question, but it's definitely relevant if you...
vscode terminal jump word shortcuts
Hi @Sebastián Gómez Jorge, you're right that this isn't strictly a MATLAB-specific question, but it's definitely relevant if you...
2 months 前 | 1
已回答
Surge Arrester Block Parameters
Hi @Ye Zaw, the parameters used to model a surge arrester—specifically the protection voltage (Vref), reference current (Iref), ...
Surge Arrester Block Parameters
Hi @Ye Zaw, the parameters used to model a surge arrester—specifically the protection voltage (Vref), reference current (Iref), ...
2 months 前 | 1
| 已接受
已回答
How do i run the Simulink model and plotting the output from the App designer GUI ....?
Hi @Vinay, you are on the right path in attempting to control a Simulink model from a custom MATLAB GUI and visualize simulation...
How do i run the Simulink model and plotting the output from the App designer GUI ....?
Hi @Vinay, you are on the right path in attempting to control a Simulink model from a custom MATLAB GUI and visualize simulation...
2 months 前 | 0
已回答
Cannot select point 2 when scaling displacement in Ncorr_post
Hi @Dhanushka, this issue with Ncorr_post, where the crosshairs disappear after selecting the first point during displacement sc...
Cannot select point 2 when scaling displacement in Ncorr_post
Hi @Dhanushka, this issue with Ncorr_post, where the crosshairs disappear after selecting the first point during displacement sc...
2 months 前 | 0
已回答
The coastline is displayed incorrectly at 180° longitude when creating axesm-based map
Hi @yichen, this issue occurs because when 'Origin',[0 180 0] is set in axesm, the 180° meridian becomes the center of the map. ...
The coastline is displayed incorrectly at 180° longitude when creating axesm-based map
Hi @yichen, this issue occurs because when 'Origin',[0 180 0] is set in axesm, the 180° meridian becomes the center of the map. ...
2 months 前 | 0
已回答
How does the coverage function work?
Hi @Ivan, the ReceiverAntennaHeight parameter in the coverage function is relative to the local terrain elevation, not absolute ...
How does the coverage function work?
Hi @Ivan, the ReceiverAntennaHeight parameter in the coverage function is relative to the local terrain elevation, not absolute ...
2 months 前 | 0
已回答
Why are the number of linear model parameters calculated by MATLAB's nlarx inconsistent with the number of specified regressors?
Hi @Zitong, you're seeing fewer parameters in the LinearFcn because not all of your specified regressors are treated as part of ...
Why are the number of linear model parameters calculated by MATLAB's nlarx inconsistent with the number of specified regressors?
Hi @Zitong, you're seeing fewer parameters in the LinearFcn because not all of your specified regressors are treated as part of ...
2 months 前 | 0
已回答
"Generic" option for device vendor in hardware configuration of Simulink disappeared
Hi @Hossein, you're correct—once you change the Device vendor setting from Generic to Custom in Simulink (under Model Settings >...
"Generic" option for device vendor in hardware configuration of Simulink disappeared
Hi @Hossein, you're correct—once you change the Device vendor setting from Generic to Custom in Simulink (under Model Settings >...
2 months 前 | 1
| 已接受