Answered
How can I add alignments to the structures generated from Simulink bus objects?
To be able to add alignment to structure definitions you need to use the alignment property of the bus object along with the cod...

1 month ago | 0

| accepted

Question


How can I add alignments to the structures generated from Simulink bus objects?
How can I add alignments to the structures generated from buses? I want my structure definition to look like below: typedef __d...

1 month ago | 1 answer | 0

1

answer

Answered
Why does the command "edit <filename>" return the error "Unable to edit '<filename>'. Editing namespace folders using the EDIT function is not supported"?
In this particular case, the command "edit wt" finds the path "&lt;MATLAB path&gt;/toolbox/wt/host/+wt". Please see the below de...

1 month ago | 0

| accepted

Answered
How do I make the generated model data structure "RT_MODEL" have a name unique to the model/subsystem name in MATLAB R2025b?
Please check the setting under Model Configuration &gt; Code Generation &gt; Identifiers &gt; Global Variables. It may be set to...

1 month ago | 0

| accepted

Question


How do I make the generated model data structure "RT_MODEL" have a name unique to the model/subsystem name in MATLAB R2025b?
I have a model in Simulink R2025b that consists of multiple subsystems. I am generating code for each subsystem separately. When...

1 month ago | 1 answer | 0

1

answer

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

1 month ago | 0

| accepted

Question


Vehicle Network Toolbox は J1939 でメッセージ受信のコールバック関数をサポートしていますか?
MATLAB の Vehicle Network Toolbox で J1939 通信のために "j1939Channel" 関数を使用しています。"canChannel" と同様に、"MessageReceivedFcn" プロパティを用いたイベント・コ...

1 month ago | 1 answer | 0

1

answer

Answered
APIでModel AdvisorのチェックからすべてのサブIDの結果を取得するにはどうすればいいですか?
ModelAdvisor.runから取得した結果にはgetCheckResultsを使用します。以下は、すべてのインスタンスに対するチェックの結果を得る方法です: a_system = 「test_model」; a_json_name = 「sample...

1 month ago | 0

| accepted

Question


APIでModel AdvisorのチェックからすべてのサブIDの結果を取得するにはどうすればいいですか?
Simulink Check R2025bの複数のサブIDを含むJSONファイルを使って、Model Advisorのチェックからすべての結果を取得するAPIを使いたいです。 しかし、getCheckresult関数で取得しようとすると、最後のサブIDの結...

1 month ago | 1 answer | 0

1

answer

Answered
How do I troubleshoot connection issues with Speedgoat target computers?
1. Involve your IT team: Some of the steps below may require system administrator permission and will be easier to follow with t...

1 month ago | 1

| accepted

Answered
Why am I unable to complete installation of MATLAB when installing from the 2 ISO images I downloaded?
This error will occur if the mounted ISO for DVD2 cannot be found at the mount point that MATLAB is searching for it. To resolv...

1 month ago | 6

| accepted

Answered
Why am I unable to connect to my Speedgoat target computer in R2020b?
In MATLAB R2020b, Simulink Real-Time (SLRT) uses new protocols and ports for the host-target connection. This requires adjustmen...

1 month ago | 1

| accepted

Answered
MATLAB 또는 기타 MathWorks 제품을 활성화하려면 어떻게 해야 합니까?
MATLAB 또는 다른 MathWorks 제품을 설치할 때, 라이선스는 설치 중(R2020a 및 최신) 또는 설치 후(R2019b 이하) 자동으로 활성화됩니다. 하지만&nbsp;MATLAB을 직접 활성화해야 하는 경우 하기 두가지...

1 month ago | 0

| accepted

Answered
How can I get all sub-ID's results from Model Advisor check by API?
You can use "getCheckResults" on the result user got from ModelAdvisor.run. Following is the correct way to get the result of a ...

1 month ago | 0

| accepted

Answered
Does Vehicle Network Toolbox support message reception callback functions in J1939?
The "j1939Channel" object in Vehicle Network Toolbox does not have the "MessageReceivedFcn" or "MessageReceivedFcnCount" propert...

1 month ago | 0

| accepted

Answered
Virtual Vehicle Comporserでパワートレーンアーキテクチャ違いのシミュレーションを実行できますか?
パワートレーンアーキテクチャ違いで、タイヤなど他のコンポーネントは共通のデータを活用したい場合は、R2024a以降で追加された Custom Component 機能が利用できます。 また、パワートレインアーキテクチャが同じで、他のコンポーネント違いのシミ...

1 month ago | 0

| accepted

Answered
Simulink Report GeneratorのSystemDiagramFinderでレポートされる項目をカスタマイズできますか?
ファインダーから返される各結果オブジェクトには関連付けられたレポーター オブジェクトがあり、これらの結果をレポートします。 すべてのレポーターには事前定義されたテンプレートがあります。各レポーターのテンプレートで、書式設定、レイアウト、およびコンテンツのホ...

1 month ago | 0

| accepted

Question


Simulink Report GeneratorのSystemDiagramFinderでレポートされる項目をカスタマイズできますか?
Simulink Report GeneratorのSystemDiagramFinderでレポートされる標準項目をカスタマイズしたいです。たとえば、レポートに不要な項目を出力しないようにすることはできますか?

1 month ago | 1 answer | 0

1

answer

Answered
How can I deploy very large datasets onto embedded hardware while avoiding out-of-memory errors?
There are many potential options for using the memory available on the board more efficiently. Before listing them, here is some...

1 month ago | 0

| accepted

Question


How can I deploy very large datasets onto embedded hardware while avoiding out-of-memory errors?
I’m attempting to deploy a massive time series dataset (along with my Simulink model) onto my TI development board. To do this, ...

1 month ago | 1 answer | 0

1

answer

Answered
How can I exclude variables that aren't in the code-mappings from generated A2L files in MATLAB R2022a and earlier?
Starting in MATLAB R2022b,&nbsp;you can use the&nbsp;"coder.asap2.getEcuDescriptions" API,&nbsp;which allows you to directly cus...

1 month ago | 0

| accepted

Question


How can I exclude variables that aren't in the code-mappings from generated A2L files in MATLAB R2022a and earlier?
I'm generating A2L files in MATLAB R2021b. I see many additional parameters/signals in the A2L file (e.g. "ModelName_B") that I ...

1 month ago | 1 answer | 0

1

answer

Answered
Why do I receive error "You do not have access to create LMS integrations for your account" when integrating an LMS with MATLAB Grader?
LMS (Learning Management System) Integration is a feature of MATLAB Grader that is available with a Campus-Wide License or a Com...

1 month ago | 0

| accepted

Answered
When I log into MATLAB Grader, I am asked whether I am an instructor or student, with a message saying I do not yet have access. How do I gain access to MATLAB Grader?
MATLAB Grader can be used by students, instructors or Learning Management System (LMS) Administrators.&nbsp; Students If you are...

1 month ago | 0

| accepted

Answered
Why does code generation fail with Property "pLastTimeStamp" is undefined on some execution paths when using "predictTracksToTime" in Radar Toolbox R2025b?
Cause of the Issue This issue occurs with Radar Toolbox R2025b because code generation cannot verify that the tracker has been s...

1 month ago | 0

| accepted

Question


Why does code generation fail with Property "pLastTimeStamp" is undefined on some execution paths when using "predictTracksToTime" in Radar Toolbox R2025b?
When generating code for a model that uses a "radarTracker" object in Radar Toolbox R2025b, code generation fails with the follo...

1 month ago | 1 answer | 0

1

answer

Question


Why does MATLAB crash with the crash log containing "grooveex.dll"?
Why does MATLAB crash with the crash log containing "grooveex.dll"? When I am trying to open one or more scripts in MATLAB, it ...

1 month ago | 1 answer | 0

1

answer

Answered
How can I connect Keycloak to my own identity provider for use with MATLAB Web App Server?
The below guide shows a basic example of how to connect an OIDC-compliant third party identity provider to an existing MATLAB We...

1 month ago | 1

| accepted

Question


How can I connect Keycloak to my own identity provider for use with MATLAB Web App Server?
I am using the reference architecture for MATLAB Web App Server, which includes identity management through Keycloak. However, I...

1 month ago | 1 answer | 0

1

answer

Question


Why do I run into an error message when trying to use datascopeSelect()?
When I try to run the following command, then it fails with an error where it has worked fine a while ago: &gt;&gt; c = datasco...

1 month ago | 1 answer | 0

1

answer

Load more