Question


How can I place the Command Window above the Editor in MATLAB R2026a Prerelease?
I previously configured my MATLAB desktop layout in R2024a such that the Command Window was docked above the Editor within the m...

5 months ago | 1 answer | 0

1

answer

Answered
Why are figures from my Simulink Test Callbacks function not showing up?
To create figures from the Simulink Test Callbacks, you need to take the two following steps: 1. In Simulink Test Manager, click...

5 months ago | 0

| accepted

Question


Why are figures from my Simulink Test Callbacks function not showing up?
I'm running a Simulink Test 'baselineTestCase'. In the 'Callbacks' section under 'Cleanup', I have some custom code to plot some...

5 months ago | 1 answer | 0

1

answer

Answered
MathWorks 계정에 로그인할 때 "오류 428: 귀하의 라이선스가 이메일 인증을 필요로 합니다"라는 메시지가 뜹니다.
이 오류가 발생하는 이유는 MathWorks 계정에 연결된 이메일 주소가 유효한지 (수신,발신이 가능한지) 확인이 필요하기 때문입니다. 해당 메일에서 info@mathworks.co.kr로 수동인증 요청메일을 보내시기 바랍니다.&...

5 months ago | 0

| accepted

Question


MathWorks 계정에 로그인할 때 "오류 428: 귀하의 라이선스가 이메일 인증을 필요로 합니다"라는 메시지가 뜹니다.
MathWorks 계정에 로그인할 때 "오류 428: 라이선스에 이메일 인증이 필요합니다"라는 메시지가 뜹니다.

5 months ago | 1 answer | 0

1

answer

Answered
MATLABの関数やライブラリをAndroidアプリケーションに統合するにはどうすればよいでしょうか?
Android プラットフォームにて、MATLAB 関数をスタンドアロンアプリケーションとして実行したい場合、MATLAB Coder を使用します。MATLAB Coder で等価なC/C++ コードを生成し、Android の開発環境にてアプリケーショ...

5 months ago | 1

| accepted

Answered
Why do I see "file not found" warnings in my MATLAB Web App Server logs?
These warnings are normal and expected to appear in the logs for most server configurations as of R2025b.  For more informa...

5 months ago | 0

| accepted

Question


Why do I see "file not found" warnings in my MATLAB Web App Server logs?
I have been experiencing issues with my MATLAB Web App Server. When I check the webapps_<timestamp> log, I see several "fi...

5 months ago | 1 answer | 0

1

answer

Answered
How do I determine which libraries my MEX-file or stand-alone application requires?
For Windows PCs: Use "Dependencies" The application Dependencies is a free, open source tool that scans 64-bit Windows modules (...

5 months ago | 1

| accepted

Answered
Why does parpool fail validation on my client machine when using MATLAB Parallel Server?
There are several reasons why the parpool stage may fail validation on your client machine during validation: 1. The client mac...

5 months ago | 0

| accepted

Answered
セル配列、構造体、構造体配列の各要素に対して、for文を用いずに同じ関数を一括して適用する方法はありますか?
関数 "cellfun" , "structfun" , "arrayfun" を用いることで、データの各要素に任意の関数を一括して適用することができます。 各関数の概要と実行例を下記に示します。 ● cellfun :セル配列の各要素に対して関数を適用...

5 months ago | 0

| accepted

Answered
How to Avoid Characteristic Packet Drops at High Data Rates in Bluetooth Low Energy?
Use Indications instead of Notifications when sending characteristic data. If your application cannot tolerate dropped packets, ...

5 months ago | 0

| accepted

Question


How to Avoid Characteristic Packet Drops at High Data Rates in Bluetooth Low Energy?
I am working with Bluetooth Low Energy Communication, and I am following the MATLAB Documentation example Log Characteristic Val...

5 months ago | 1 answer | 0

1

answer

Answered
以前のリリース、または同一リリースの以前の Update で RoadRunner シーンを読み込む方法はありますか?
このエラーは、RoadRunner のシーンが前方互換(forward-compatible)ではないことが原因です。 新しいリリースや Update で作成したシーンを、それ以前のリリースや同一リリースの以前の Update で開くことはできません。 現...

5 months ago | 0

| accepted

Question


以前のリリース、または同一リリースの以前の Update で RoadRunner シーンを読み込む方法はありますか?
現在、RoadRunner R2024b Update 5 を使用してシーンを作成しています。 これらのシーンを、より以前のリリース(例:R2024b Update 2)で開いて編集したいと考えています。 しかし、以前のリリースで RoadRunner シ...

5 months ago | 1 answer | 0

1

answer

Answered
How do I configure Windows Defender Firewall for MATLAB to communicate with external hardware such as Speedgoat?
To communicate with external hardware such as Speedgoat or AMD SoC boards via Ethernet, MATLAB (or any standalone application ge...

5 months ago | 2

| accepted

Answered
How to toggle line visibility by clicking the legend entry in MATLAB R2025a?
This workflow can be achieved by providing a callback function for the 'ItemHitFcn' property of the legend as shown in the examp...

5 months ago | 0

| accepted

Question


How to toggle line visibility by clicking the legend entry in MATLAB R2025a?
I have multiple lines plotted in MATLAB, with a legend entry corresponding to each line. I would like to toggle the visibil...

5 months ago | 1 answer | 0

1

answer

Answered
How can I list my 'InternalData' enumerated data type using Code Descriptor in Embedded Coder R2025b?
This behavior is expected and is caused by Embedded Coder code generation optimizations. This behavior does not reflect a model...

5 months ago | 0

| accepted

Question


How can I list my 'InternalData' enumerated data type using Code Descriptor in Embedded Coder R2025b?
I have defined my own enumerated data type with 4 enumerated values in Embedded Coder R2025b. Two of the enumerated values are u...

5 months ago | 1 answer | 0

1

answer

Answered
Why can I ping my Speedgoat target and update the software, but the connection from MATLAB fails from R2020b through R2025b?
If the ping and software update succeed but the connection from MATLAB our your MATLAB-based app fails with one of the above err...

5 months ago | 1

| accepted

Answered
Why do I run into an error message when trying to use datascopeSelect()?
Some of the underlying REST API URLs have changed for Datascope Select which might now cause this error message. As a workaround...

5 months ago | 0

| accepted

Answered
How do I set up an Infineon AURIX TriCore plus PPU project in Simulink from scratch?
The following MathWorks documentation pages cover the required concepts and workflows and should help you get started:SoC-Based ...

5 months ago | 0

| accepted

Question


How do I set up an Infineon AURIX TriCore plus PPU project in Simulink from scratch?
I am looking for a comprehensive, step-by-step guide that explains how to create a new SoC-based multicore model for Infineon AU...

5 months ago | 1 answer | 0

1

answer

Answered
How to load a RoadRunner scene in an earlier release or earlier update of the same release?
This error occurs because RoadRunner scenes are not forward-compatible. Scenes created in a release cannot be downgraded and ope...

5 months ago | 0

| accepted

Answered
SimulinkモデルとPythonコードを連携させる方法はありますか?
下記の動画では、SimulinkとPythonを連携させる4つの主要な活用シナリオが紹介されています。 「SimulinkとPythonの良いとこ取り! 既存コードを活かして効率的にシステム開発する方法」 それぞれのシナリオの要点は以下の通りです。 シナリ...

5 months ago | 0

| accepted

Answered
Why do I receive "MathWorks limits verification code requests. Please Try Again Later" when trying to login to my MathWorks Account with Two Step Verification?
This error can occur if you have requested to "Resend Code" multiple times in a short period of time. Due to security purposes w...

5 months ago | 0

| accepted

Answered
Why am I unable to receive the verification email when creating a MathWorks Account?
To access your MathWorks Account, you must verify the email address associated to your account. If you are being prompted to ve...

5 months ago | 0

| accepted

Answered
How do I avoid Basic Software enums redefinition between R2023a and R2024b?
In R2023a, the AUTOSAR Blockset implemented support for Basic Software AUTOSAR schema versions. Part of this support was the def...

5 months ago | 0

| accepted

Question


How do I avoid Basic Software enums redefinition between R2023a and R2024b?
When I open a model with some Basic Software callers blocks (such as "DiagnosticMonitorCaller" or "NvMServiceCaller") some enume...

5 months ago | 1 answer | 0

1

answer

Load more