Answered
How do I specify the name of a protected simulink model (.slxp file)?
While renaming .slxp files is not directly supported, here is a workaround to specify the name of a .slxp file:Rename the .slx f...

9 months ago | 0

| accepted

Question


How do I specify the name of a protected simulink model (.slxp file)?
I am using the Simulink.ModelReference.protect command to generate a protected model (.slxp) from a simulink model (.slx). For e...

9 months ago | 1 answer | 0

1

answer

Question


When is a web app in the idle state? How does the session_idle_timeout_minutes value affect the termination of a web app?
I am using MATLAB Web App Server to host several apps. I set the 'session_idle_timeout_minutes' to 1 minute using webapps-c...

9 months ago | 1 answer | 0

1

answer

Answered
continuous하게만 사용가능한 블럭들을 한번에 볼수 있는 방법이 있을까요?
Continuous 블락을 찾는 방법을 알려드립니다. 일단 솔버는 기존에 에러 없이 사용가능하셨던 Variable Steps 솔버로 세팅 후, 하기의 과정을 진행합니다. 1. Simulink.BlockDiagram.getInit...

9 months ago | 0

| accepted

Answered
신용 카드가 없는 경우 라이센스를 구매하려면 어떻게 해야 합니까?
MathWorks 웹스토어에서 라이선스를 구매할 때, 다른 사람의 신용카드나 금융기관에서 제공하는 선불 신용카드를 사용할 수 있습니다. 다른 사람의 신용카드를 사용하는 경우, **청구지 주소(Bill-to Address)**는 ...

9 months ago | 0

| accepted

Question


신용 카드가 없는 경우 라이센스를 구매하려면 어떻게 해야 합니까?
신용 카드가 없는 경우 라이센스를 구매하려면 어떻게 해야 합니까?

9 months ago | 1 answer | 0

1

answer

Question


MATLAB Compiler で作成されたスタンドアロンアプリケーションをサイレントインストールすることはできますか?
以下のドキュメントページに、 MATLAB Compiler Runtime をサイレントモードでインストールする方法が記載されていました。 https://www.mathworks.com/help/compiler_sdk/ml_code/insta...

9 months ago | 1 answer | 0

1

answer

Answered
How do I use Stream Input block to parse ASCII encoded data received via UDP, TCP or Serial with Simulink Desktop Real-Time?
Use a Stream Input block from the Simulink Desktop Real-Time library with the following settings:Block output data types:&n...

9 months ago | 1

| accepted

Question


Can I use client certificates in Git for my project?
How do I source a MATLAB project in GitLab using "Certificate AAA.crt", "Private Key AAA.key", and "Manual Passphrase Input" is...

9 months ago | 1 answer | 0

1

answer

Question


プロジェクトの Git でクライアントの証明書は利用できますか?
GitLab側で発行済の「証明書AAA.crt」「秘密鍵AAA.key」「パスフレーズの手動入力」を使用して、MATLABプロジェクトをGitLabでソース管理する方法を教えてください。 現状、以下のように設定すると、エラーが発生します。 ​ 設定コマンド...

9 months ago | 1 answer | 0

1

answer

Answered
PID 調整器 アプリが Simulink PID Contoller ブロックから開かないのはなぜですか?
エラーは、最初に調整された PID コントローラにあります。PID調整 アプリはでは、初期のコントローラーはデフォルト設定と、PID コントローラー ブロックで指定された 「コントローラー」と「形式」を使用して調整されます。 たとえば、コントローラーが ...

9 months ago | 0

| accepted

Question


PID 調整器 アプリが Simulink PID Contoller ブロックから開かないのはなぜですか?
PID 調整器アプリを使用してPID コントローラーを調整しようとしています。PID Controller ブロックの「調整」ボタンをクリックすると、プラントの線形化プロセスを示すステータスウィンドウのみが短時間表示されますが、PID 調整 アプリは開きま...

9 months ago | 1 answer | 0

1

answer

Answered
Why does PID Tuner App not open from Simulink PID Controller block?
The error is with the initially tuned PID Controller. When launching the PID Tuner Application, an initial controller is tuned u...

9 months ago | 1

| accepted

Answered
MEX ファイルで “Hello World” を表示するサンプルはありますか?
MEX ファイルを作成する場合、C のソースコードでは ・mex.h の include ・ゲートウェイルーチンと呼ばれる mexFunction 関数の記述 が必要となります。言い換えますと、これが満たされれば、とりあえず MEX ファイルを作成すること...

9 months ago | 0

| accepted

Answered
新しいバージョンの Simulink で作成された Simulink モデルを、古いバージョンで開くにはどうすればよいですか?
モデルが作成されたバージョンよりも古いバージョンでモデルを開こうとすると、「モデルは Simulink の新しいバージョンで作成されました」というエラー メッセージが表示されます。 この問題を解決するには、モデルを以前のバージョンにエクスポートする必要があ...

9 months ago | 0

| accepted

Question


新しいバージョンの Simulink で作成された Simulink モデルを、古いバージョンで開くにはどうすればよいですか?
新しいバージョンの Simulink で作成された Simulink モデルを、古いバージョンで開くにはどうすればよいですか?

9 months ago | 1 answer | 0

1

answer

Answered
How can I open a Simulink model in an older version when it is created in a newer version of Simulink?
When to try to open a model in an older version than the one it was created in, an error message appears: 'The model was created...

9 months ago | 0

| accepted

Answered
Why does my Simscape (mechanical translational) model fail to move when a force is applied?
The issue is because of the use of the "Ideal Force Sensor" block. In particular, the issue is occurring as it is connected in p...

10 months ago | 0

| accepted

Question


Why does my Simscape (mechanical translational) model fail to move when a force is applied?
I am modelling a mass-spring system which is excited by a sinusoidal force as below:  However, the output from the "Ideal...

10 months ago | 1 answer | 0

1

answer

Answered
Why do I get "An Error Occurred (401, 404, 406, 409,414)" when updating MATLAB?
If you get this error, please contact MathWorks support.

10 months ago | 0

| accepted

Answered
How can I create a Simulink Project from existing files?
You can either create a blank project and add all the files in the project, or create the project directly from a Simulink model...

10 months ago | 0

| accepted

Answered
What is the change in documentation described by the MATLAB R2021a Release Notes?
There is a change in the default behavior of documentation in MATLAB starting from MATLAB R2021a release. From this general rele...

10 months ago | 0

| accepted

Answered
SUBPLOTで複数の座標軸を表示している時、Figure の余白を減らすことはできますか?
R2019b 以降のリリースをご利用の場合は、tiledlayout 関数を使うことで余白の設定を柔軟に操作することができます。 ・tiledlayout https://jp.mathworks.com/help/matlab/ref/tiledlay...

10 months ago | 0

| accepted

Answered
MATLAB で作成したプログラムの C/C++ との統合に、MATLAB Compiler SDK と MATLAB Coder のどちらを使えばいいですか?
MATLAB Compiler SDK は MATLAB Compiler Runtime を介して動作する共有ライブラリを生成します。グラフィックス機能を含め殆どの MATLAB機能をサポートし、また MATLAB コード自体を隠蔽化することにもなります...

10 months ago | 1

| accepted

Answered
Figure のサイズを変更するにはどうしたらよいですか?
ペーパーサイズのオプションは印刷用であり、図のサイズを変更するものではありません。 図のサイズを変更するには、Positionプロパティを使用します(デフォルトではピクセル単位)。このプロパティは [x y width height] ...

10 months ago | 0

| accepted

Answered
AppDesigner で作成した GUI を常に最前面に保つことはできますか?
R2021a 以降のリリースでは、UIFigure の WindowStyle プロパティを使用し、最前面に表示させることが可能です。 例えば、以下のコードを startupFcn コールバックに追加します。 app.UIFigure.WindowSt...

10 months ago | 0

| accepted

Answered
Simulink の coder.asap2.export で A2L ファイルへ特定のデータを出力しない方法はありますか?
A2Lファイルのエクスポート時に特定のデータを除外したい場合、そのデータの「Export」フラグを false(出力しない)に設定する方法があります。 【手順例】 以下は、名前に「_a_Sig_」を含むMeasurement(計測用変数)をA2Lファイルか...

10 months ago | 0

| accepted

Answered
Simulink Real-Time と Speedgoat を使用している場合、Simulation Data Inspector(SDI)や Dashboard ブロックのライブストリーミング性能を向上させるにはどうすればよいですか?
Simulink Real-Time (SLRT) と Speedgoat ハードウェアを使用してライブ ストリーミングのパフォーマンスを向上させるための推奨手順をいくつか示します。 1. 最新の MATLAB リリースにアップグレードする SDI の性能...

10 months ago | 0

| accepted

Answered
行列データからランダムに値を抽出するにはどうすればよいですか?
randperm 関数を利用することができます。 ・randperm 関数 https://jp.mathworks.com/help/matlab/ref/double.randperm.html この例では、randperm 関数を使って、1 から...

10 months ago | 1

| accepted

Answered
App Designer や uifigure 上で、マウスポインタの形状を「処理中」などの別の形に変更することはできますか?
R2020a 以降のバージョンでは、App Designer および uifigure のマウス ポインタの形状を Pointer プロパティで指定できます。 例: f = uifigure; f.Pointer = "watch"; %マウスポイン...

10 months ago | 0

| accepted

Load more