Pregunta


親モデルのデータディクショナリからSimulink.VariantControlを子モデルに引数として渡すことはできますか?
Simulink R2025b を使用して、親モデルのSLDD(Simulink Data Dictionary)にあるSimulink.VariantControlを、モデル引数で子モデルに渡したいです。

6 días hace | 1 respuesta | 0

1

respuesta

Respondida
How can I access files from MATLAB Online after my trial has ended?
You can retrieve your files by navigating to  https://drive.mathworks.com/login and signing in with the account that corres...

7 días hace | 0

| aceptada

Respondida
Is there an example for how to model an NMC Li-ion battery in Simscape?
The example you mention uses the 'Battery' block from the Specialized Power Systems library. The following is the documentation ...

7 días hace | 0

| aceptada

Respondida
Does the Vehicle Network Toolbox currently support PCAN-Developer API where I can have Simulink act as a Client connected to a Net without any hardware?
Unfortunately, we currently do not support PCAN-Developer API for PEAK devices with the Vehicle Network Toolbox.

7 días hace | 0

| aceptada

Respondida
Why is my PEAK-System CAN device not detected in Vehicle Network Toolbox?
To have the PEAK-System CAN device detected in MATLAB or Simulink you need to install the vendor device drivers and PCAN-Basic A...

7 días hace | 3

| aceptada

Respondida
Arduino support from MATLAB and Simulink across releases
Arduino hardware can be connected to MATLAB and Simulink in numerous ways. This article describes the differences between the mo...

7 días hace | 0

| aceptada

Respondida
How do I access files from local computer directory while using MATLAB Online?
Users do not have access to the local computer directory through MATLAB Online. The files and data you create in MATLAB Onl...

7 días hace | 0

| aceptada

Pregunta


MATLAB R2008b から R2017a はどのようにインストールすればいいですか?
MATLAB R2008b ~ R2017a をインストールする必要があります。これらのバージョンはどのようにダウンロード・インストールすればいいですか? また、必要なインストールファイルやライセンス情報はどこで入手できますか?

7 días hace | 1 respuesta | 0

1

respuesta

Respondida
How do I install MATLAB R2008b to R2017a?
Installing MATLAB R2008b to R2017a is supported using offline workflows only. This article summarizes the recommended process fo...

7 días hace | 0

| aceptada

Respondida
Why am I prompted for an Activation Key when attempting to link to my license?
If your MathWorks Account is not linked to a MATLAB license, you will be prompted to provide an Activation Key to link to one. F...

7 días hace | 0

| aceptada

Pregunta


Why am I prompted for an Activation Key when attempting to link to my license?
Why am I prompted for an Activation Key when attempting to link to my license?

7 días hace | 1 respuesta | 0

1

respuesta

Respondida
Why is the Simulation Mode drop-down menu disabled in Simulink?
This is a limitation when using a Home or Student license. Accelerator and Rapid Accelerator simulation modes are not available ...

7 días hace | 0

| aceptada

Respondida
Can I use a Speedgoat real-time target as an XCP Client device for ECU Bypassing?
Simulink Real-Time (SLRT) can be used in XCP Client mode (formerly XCP Master mode) to replace or bypass a subsystem of the ECU ...

7 días hace | 0

| aceptada

Respondida
「達成されたオブジェクティブ」と「達成されたオブジェクティブ – シミュレーションが必要」の違いは何ですか?
これら2つのステータスの違いは、「解析中にSLDVが自動シミュレーションによる検証を完了できたかどうか」にあります。 ・達成されたオブジェクティブ: 解析エンジンがテスト目標を達成する入力パターン(テストケース)を特定し、さらに解析プロセスの中でそのテスト...

7 días hace | 0

| aceptada

Pregunta


「達成されたオブジェクティブ」と「達成されたオブジェクティブ – シミュレーションが必要」の違いは何ですか?
「達成されたオブジェクティブ」と「達成されたオブジェクティブ – シミュレーションが必要」の違いについて教えてください。

7 días hace | 1 respuesta | 0

1

respuesta

Respondida
MathWorks アカウントのパスワードをリセットするにはどうすればよいですか?
パスワードを失念したり、MathWorks アカウントがロックされたりした場合は、こちらのリンクよりパスワードをリセットしてください。 メール アドレスを入力し [次へ] ボタンをクリックすると、認証コードが記載されたメールが送信されますので、新しいパスワ...

8 días hace | 0

| aceptada

Respondida
How can I allow or restrict email domains on my license?
The License Center allows License Administrators (via a service request) to change the permitted email domains for a license. To...

8 días hace | 0

| aceptada

Respondida
How can I avoid "Unsupported custom layer" error during Code Generation using %#codegen pragma in MATLAB R2025a and later?
This is expected. This error indicates that your custom layer "kConcatenate1Layer789" lacks the required "%#codegen" pragma in i...

8 días hace | 0

| aceptada

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

8 días hace | 2

| aceptada

Respondida
Why do I get the message "Code generation information file does not exist" when building my model?
This is expected behavior and means that the code was generated because it had not been generated before the build. If code was ...

8 días hace | 0

| aceptada

Respondida
How do I download MATLAB and other MathWorks products for R2008a and earlier releases?
For R2008a and earlier, MATLAB and other products cannot be downloaded through the MathWorks Product Installer. The product...

8 días hace | 1

| aceptada

Respondida
Can Simulink.VariantControl from the parent model's data dictionary be passed as an argument to a child model?
It is possible to pass Simulink.VariantCotrol from parent model SLDD to child model. Please follow below steps.Create Simulink D...

8 días hace | 0

| aceptada

Pregunta


Can Simulink.VariantControl from the parent model's data dictionary be passed as an argument to a child model?
I would like to pass the Simulink.VariantControl that is in a parent model SLDD (Simulink Data Dictionary) to a child model by m...

8 días hace | 1 respuesta | 0

1

respuesta

Respondida
How can I determine what processor I have using MATLAB?
You can use the attached `getProcessorInfo.m` function determine processor information about your computer. This function will r...

9 días hace | 1

| aceptada

Pregunta


How can I determine what processor I have using MATLAB?
Is there any way I can determine what processor is in my machine using only MATLAB with no other software or tools?

9 días hace | 1 respuesta | 0

1

respuesta

Respondida
How can I debug an issue with the Polyspace Report Generator?
You can use the Polyspace Report Generator log‑collection utility (provided as a Perl script in the attachment) to automaticall...

9 días hace | 0

| aceptada

Respondida
How can I use Visual Studio Code for debugging MATLAB MEX-files or Simulink S-Functions compiled with MingW64 on Windows or GCC/G++ on Linux?
Yes, you can use Visual Studio Code for debugging MinGW64 and GCC MEX-files. See How can I use Visual Studio Code to debug my Mi...

12 días hace | 2

| aceptada

Respondida
How can I use Visual Studio Code to debug my MinGW C/C++ file?
The GDB debugger that comes with the MinGW64 compiler can be used to debug your MEX code with Visual Studio Code (VS Code). The ...

12 días hace | 1

| aceptada

Pregunta


How can I use Visual Studio Code to debug my MinGW C/C++ file?
I have a C/C++ MEX file compiled by the MinGW64 compiler with the -g flag. How can I debug my MEX through Visual Studio Code?

12 días hace | 1 respuesta | 0

1

respuesta

Respondida
Why does my Simulink Real-Time build fail due to missing QNX libraries in R2020b through R2025b?
This issue is likely related to a corrupt installation of the "Simulink Real-Time Target Support Package". Try to refresh the "S...

12 días hace | 0

| aceptada

Cargar más