Answered
How can I debug my EtherCAT network not getting to the operational state with Speedgoat & Simulink Real-Time?
When working with EtherCAT networks and Simulink Real-Time (SLRT), it is crucial to start with a simple setup to ensure basic fu...

16 days ago | 0

| accepted

Answered
Why does DC synchronization fail when using a Speedgoat as EtherCAT Main Device with Simulink Real-Time?
In R2025b and earlier. distributed clocks can synchronize only if the Main-Device-to-network clock difference settles below 5% o...

16 days ago | 0

| accepted

Answered
What are the MathWorks Certification Exams?
MATLAB certification establishes a standard of excellence that demonstrates your MATLAB proficiency to customers, industry peers...

16 days ago | 2

| accepted

Answered
Is the Variant Manager for Simulink support package available in releases prior to R2026b?
The Variant Manager for Simulink support package is discontinued starting from R2026b. However, you can continue to manage vari...

16 days ago | 0

| accepted

Question


Is the Variant Manager for Simulink support package available in releases prior to R2026b?
Is the Variant Manager for Simulink support package available in releases prior to R2026b?

16 days ago | 1 answer | 0

1

answer

Answered
Does MATLAB R2026a Industrial Communication Toolbox support custom Modbus function codes?
As of MATLAB R2026a, the Industrial Communication Toolbox does not support creating custom Modbus requests (for example, using f...

17 days ago | 0

| accepted

Question


Does MATLAB R2026a Industrial Communication Toolbox support custom Modbus function codes?
I used the Modbus explorer to read data from an HMP110 sensor from Vaisala. I can read data from my device without any issues, b...

17 days ago | 1 answer | 0

1

answer

Answered
Why do I receive the error "Something went wrong preparing your license for use."?
1) MATLAB Online is only available when using an account with an Individual license which is current on Software Maintenance Ser...

17 days ago | 0

| accepted

Answered
How to configure MATLAB to use the NVIDIA GPU on a multi-GPU Linux machine?
On Linux systems with hybrid graphics, most applications default to the integrated GPU to optimize power usage. If you require m...

17 days ago | 0

| accepted

Question


How to configure MATLAB to use the NVIDIA GPU on a multi-GPU Linux machine?
On a Linux system with an integrated Intel GPU and a dedicated NVIDIA GPU, MATLAB appears to use the Intel GPU by default. How c...

17 days ago | 1 answer | 0

1

answer

Answered
How can I manually download file log data from a Speedgoat target?
Starting in MATLAB R2021a, there are supported workflows for manually downloading file log data from a Speedgoat target computer...

17 days ago | 0

| accepted

Answered
Why does generating code for Intel x86-64 Linux targets include Windows header functions in code generated by Embedded Coder with MATLAB R2022b?
This workflow can usually be achieved using a "Code Replacement Library" (CRL). Note that below workaround works only with Embed...

17 days ago | 0

| accepted

Question


Why does generating code for Intel x86-64 Linux targets include Windows header functions in code generated by Embedded Coder with MATLAB R2022b?
 I am trying to generate code for a Linux target from a Windows machine using Embedded Coder in MATLAB R2022b. I have a mod...

17 days ago | 1 answer | 0

1

answer

Answered
How do I install Microsoft Visual C++ 2010 and Windows SDK 7.1?
Here are the specific steps needed to install both Microsoft Visual C++ 2010 and Windows SDK 7.1 on Windows 7. Microsoft Visual ...

18 days ago | 4

| accepted

Answered
How do I create a shortcut or link to MATLAB?
How you create a shortcut to MATLAB depends on your operating system. Regardless of operating system you will need to know where...

18 days ago | 11

| accepted

Answered
How do I resolve the error "ModuleNotFoundError: No module named 'matlabeng​ineforpyth​on3_X'"?
This error usually indicates that the folder where MATLAB Engine is installed is not on the Python path. Note that, starting in ...

18 days ago | 0

| accepted

Answered
Vehicle Network Toolbox は J1939 でメッセージ受信のコールバック関数をサポートしていますか?
Vehicle Network Toolbox の "j1939Channel" オブジェクトには、"MessageReceivedFcn" や "MessageReceivedFcnCount" プロパティはありません。これらのプロパティは "canCh...

18 days ago | 0

| accepted

Answered
Test Managerで「選択された要件へのリンク」を用いて作成した要件リンクをクリックすると、エラーメッセージが表示されるのはなぜですか?
本事象は、要件リンク作成時に requirement フォルダーが MATLAB パスに含まれていなかったことが原因です。 .slreqx ファイルの親フォルダーが MATLAB パス上にない状態でリンクを作成すると、Simulink Require...

18 days ago | 0

| accepted

Question


Test Managerで「選択された要件へのリンク」を用いて作成した要件リンクをクリックすると、エラーメッセージが表示されるのはなぜですか?
Test Managerで「選択された要件へのリンク」を用いて作成した要件リンクをクリックすると、以下のエラーメッセージが表示されます。 Error "File not found: ./requirement/z.slreqx (channel: ...

18 days ago | 1 answer | 0

1

answer

Question


Why does an error message appear when clicking a requirements link created using "Link to Selected Requirement" in Test Manager?
I see the following error message when I click a requirement link created using "Link to Selected Requirement" in Test Manager i...

18 days ago | 1 answer | 0

1

answer

Answered
Storage Class を "Const" に設定している場合、SIL実行ができないのはなぜですか?
・Const の Storage Class について SIL and PIL Limitations ドキュメントにも記載の通り、 Storage Class が "Const" に設定されているパラメータは、モデル側で初期化することができません。 これ...

18 days ago | 0

| accepted

Question


Storage Class を "Const" に設定している場合、SIL実行ができないのはなぜですか?
テストマネージャーで、SILを実行しています。 Storage Class を "Const" に設定している場合、SIL実行できません。 エラー: 'sim' の呼び出し時にエラーが発生しました ('PIL:pilverification:PILImpl...

18 days ago | 1 answer | 0

1

answer

Answered
Python virtual environments with MATLAB
This document contains instructions for using a Python virtual environment, which can be used with these products: MATLAB Python...

19 days ago | 3

| accepted

Answered
Can I use the MATLAB Engine API for Python with a virtual environment?
You can use the MATLAB Engine API for Python with a virtual environment, but you must be sure to install the Python Engine API u...

19 days ago | 0

| accepted

Answered
Why does my MATLAB Compiler SDK .NET assembly fail at runtime with .NET 9 or later?
This failure is caused by a breaking change introduced in .NET 9 that enables Control-flow Enforcement Technology (CET) support ...

19 days ago | 0

| accepted

Question


Why does my MATLAB Compiler SDK .NET assembly fail at runtime with .NET 9 or later?
I compiled a .NET assembly from MATLAB code using MATLAB Compiler SDK. The assembly compiles and runs successfully when targetin...

19 days ago | 1 answer | 0

1

answer

Answered
Requirements EditorとRequirements Table を連携させるにはどうすればよいですか?
要件エディター上で、ソースとなる要件エディターを右クリックし、「要件とのリンクを選択する」を選択します。関連付ける要件を右クリックし、「~リンクを作成」を選択します。 ​​ 上記は下記ドキュメントに説明されています。 ・Requirements Too...

19 days ago | 0

| accepted

Question


Requirements EditorとRequirements Table を連携させるにはどうすればよいですか?
Requirements Toolbox R2024a の要件エディターの要件を、Requirements Table やテーブル内の要素に紐づけて、要件リンクを設定する方法を教えてください。 ​

19 days ago | 1 answer | 0

1

answer

Answered
Why do I receive the error 'We are unable to validate this email address. Specify a different email address.'?
If you are receiving this error message, confirm you have entered a valid email address. Check for spelling mistakes, spaces or ...

20 days ago | 0

| accepted

Answered
Is ROS/ROS2 communication supported with Speedgoat and Simulink Real-Time?
It is not possible to deploy standalone ROS nodes to a Speedgoat machine, because the operating system shipping with Simulink Re...

20 days ago | 0

| accepted

Load more