Answered
Can I use client certificates in Git for my project?
Currently, MATLAB does not support the use of client certificates. MATLAB uses a library called libgit2, but it does not curren...

12 days ago | 0

| accepted

Question


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

12 days ago | 1 answer | 0

1

answer

Answered
プロジェクトの Git でクライアントの証明書は利用できますか?
現状、MATLAB はクライアント証明書の使用をサポートしていない状況です。MATLAB では libgit2 というライブラリを使用しております。libgit2 は現時点ではクライアント証明書に対応しておりません。 (libgit2 に関する詳細:htt...

12 days ago | 0

| accepted

Question


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

12 days ago | 1 answer | 0

1

answer

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

12 days ago | 0

| accepted

Question


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

12 days 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...

12 days ago | 1

| accepted

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

12 days ago | 0

| accepted

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

12 days ago | 0

| accepted

Question


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

12 days 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...

12 days 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...

13 days 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...

13 days 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.

13 days 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...

13 days ago | 0

| accepted

Answered
ライセンスの会社名を変更するにはどうすればよいですか?
ライセンスに関連付けられている会社/組織名を変更する必要がある場合、Assignment and Assumption Agreement が必要となることがあります。以下の情報を添えて、カスタマー サポートへお問い合わせください。会社/組織名が変更された...

13 days ago | 0

| accepted

Answered
네트워크 라이선스 매니저 이관 또는 서버 PC 변경
서버로 사용할 새로운 PC의 Host ID를 조회 :  https://www.mathworks.com/matlabcentral/answers/481987-id설치할 라이선스의 관리자 계정으로 https:...

14 days ago | 0

| accepted

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

14 days ago | 0

| accepted

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

14 days ago | 1

| accepted

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

14 days ago | 0

| accepted

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

14 days ago | 0

| accepted

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

14 days ago | 0

| accepted

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

14 days ago | 0

| accepted

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

14 days ago | 1

| accepted

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

14 days ago | 0

| accepted

Answered
macOS 上で MATLAB が正常に起動しない場合、どのように解決しますか?
macOS 上で MATLAB 起動時に問題が発生し、ライセンスマネージャーに関するエラーが発生しない場合、以下の方法にて問題を解決できる可能性があります:システム要件を確認するセキュリティソフトウェアを無効にする基本設定を再生成~/Documents/M...

14 days ago | 1

| accepted

Answered
アドオン エクスプローラー を使用してオプション製品を追加インストールするにはどうすればよいですか?
R2016a および以降のバージョンにおいて、インターネット接続可能な環境の場合、MATLAB 上の「アドオン」機能を使って、オプション製品を追加インストールすることが可能です。  ※R2015b 以前のリリースや、MATLAB 上の...

14 days ago | 0

| accepted

Answered
MATLAB R2023b で "openExample" コマンドを使用するとエラーが発生するのはなぜですか?
このエラーは、MATLAB ヘルプの基本設定の [ドキュメントの場所] が [ローカルにインストール] に設定されていても、ドキュメントがインストールされていない場合に発生することがあります。 このエラーを解決するには、次の 2 つの方法があります。 ...

14 days ago | 0

| accepted

Answered
R-CNN を実行できる関数が複数ありますが、どう使い分ければ良いですか?
R2016b の Computer Vision System Toolbox では trainRCNNObjectDetector  関数しかありませんでしたが、R2017a では新たに trainFastRCNNObjectDetector ...

14 days ago | 2

| accepted

Answered
Why do I get "Server failed to start (error code = 10048)" when launching MATLAB Production Server on Windows?
This error occurs when the port specified for your MATLAB Production Server instance is either blocked by a firewall or already ...

14 days ago | 0

| accepted

Load more