Question


MIL、SIL、PIL、HILとは何であり、モデルベースデザインアプローチとどのように統合されますか?
MIL、SIL、PIL、HILとは何であり、モデルベースデザインアプローチとどのように統合されますか?

9 dagar ago | 1 answer | 0

1

answer

Answered
凡例で項目をスキップする方法は?
R2021a以降では、対応するラベルを空の文字ベクトルに設定することで、凡例から項目を除外できます。例えば、3本の線をプロットし、legend関数を呼び出して2番目の凡例ラベルを空の文字ベクトルとして指定します。対応する線は凡例から省かれます。 plot...

9 dagar ago | 0

| accepted

Question


凡例で項目をスキップする方法は?
凡例で項目をスキップするにはどうすればよいですか?例えば、6つのプロットがあり、3つは実際の値で、3つは補間曲線です。実際の値の曲線だけをラベル付けしたいのですが、 legend('first', '', 'second', '', 'third') で...

9 dagar ago | 1 answer | 0

1

answer

Answered
Y軸を対数スケールに設定するにはどうしたらよいですか?
最良の方法として、semilogy関数をお勧めできます。あるいは、軸のYScaleプロパティを設定することもできます: set(gca, 'YScale', 'log') Mathworksサポートチームからの更新 - 2023年9月 R2023b以降で...

9 dagar ago | 0

| accepted

Question


Y軸を対数スケールに設定するにはどうしたらよいですか?
plot関数を使ってx-yプロットをしています。x軸は線形で、y軸のみを対数スケールに設定したいです。どうすればいいですか?loglog関数を使ったのですが、両方の軸がスケールされてしまいます。Y軸だけを変更したいです。

9 dagar ago | 1 answer | 0

1

answer

Answered
異なる線幅で線をプロットするにはどうしたらよいですか?
異なる線幅で2本の線をプロットするには、以下のいずれかの方法を使用できます。 1.plot関数から2つの「Line」オブジェクトを出力引数として返し、それぞれのLineWidthプロパティを設定します。 p = plot(x1, y1, x2, y2);...

9 dagar ago | 0

| accepted

Question


異なる線幅で線をプロットするにはどうしたらよいですか?
次のようにプロットしたいのですが: plot(x1, y1, x2, y2, 'LineWidth', 8) LineWidthプロパティが両方の線に適用されてしまいます。線1と線2で異なる幅にするには、hold onコマンドを使って2つのプロット関数を...

9 dagar ago | 1 answer | 0

1

answer

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

9 dagar ago | 0

| accepted

Question


Figure のサイズを変更するにはどうしたらよいですか?
Figure のサイズを変更しようとしています。以下の例では、figure(2)のサイズを変更することを期待していました。そのために次のコードを追加しましたが、うまくいきません。なぜでしょうか? set(gcf, 'PaperUnits', 'inche...

9 dagar ago | 1 answer | 0

1

answer

Answered
MathWorks製品をインストールする際に「すでに製品がインストールされています」と表示されるのはなぜですか?
R2021b以降、MathWorksインストーラーは、すでにインストールされている製品を再インストールしようとすると警告メッセージを表示します。MathWorksインストーラーは自動的にソフトウェアをアンインストールして再インストールすることはありません。...

9 dagar ago | 0

| accepted

Question


MathWorks製品をインストールする際に「すでに製品がインストールされています」と表示されるのはなぜですか?
MathWorks製品をインストールする際に、以下の警告が表示されるのはなぜですか? 「すでに製品がインストールされています: 選択したすべての製品はすでにインストールされています。」 

9 dagar ago | 1 answer | 0

1

answer

Answered
コマンドウィンドウにメッセージを表示するにはどうしたらよいですか?
コマンドウィンドウにテキストを表示するためには、dispまたはfprintfを使用します。以下のように記述してください。 disp('job done') または fprintf('job done\n') dispは簡単に文字列を表示するための関数で...

9 dagar ago | 0

| accepted

Question


コマンドウィンドウにメッセージを表示するにはどうしたらよいですか?
プログラムを書いています。コマンドウィンドウに「job done」というメッセージを出力として表示したいのですが、どのようにすればよいでしょうか?

9 dagar ago | 1 answer | 0

1

answer

Answered
Why is the MEX file I generated from my MATLAB code slower than the MATLAB code?
It is important to remember that under the hood, a MEX file is simply a function that calls a C/C++ (or sometimes Fortran) subro...

10 dagar ago | 0

| accepted

Answered
Why do I receive a ' Error C1189 #error: -- unsupported Microsoft Visual Studio version! Only the versions 2012, 2013, 2015 and 2017 are supported!' error in the CUDA 'host_config.h' file when trying to compile CUDA code with GPU Coder?
The cause of this error is an update to Visual Studio 2017 that breaks support for CUDA. Please note that Microsoft does not gi...

10 dagar ago | 0

| accepted

Answered
MathWorks Service Host のアンインストールと再インストール手順を教えてください。
MathWorks Service Host は、MathWorks ソフトウェアにおいて重要な役割を果たします。起動に関する問題が発生した場合、MathWorks Service Hostをアンインストールして再インストールすることで、これらの問題が解決...

10 dagar ago | 0

| accepted

Answered
Why do I get a channel mismatch error between predictions and targets when using "trainnet"?
This issue arises due to a mismatch between the expected format of the target data and what is provided to the "trainnet" functi...

11 dagar ago | 0

| accepted

Question


Why do I get a channel mismatch error between predictions and targets when using "trainnet"?
I am trying to train a neural network using the "trainnet" function. My setup involves splitting a dataset into training and tes...

11 dagar ago | 1 answer | 0

1

answer

Answered
What dependencies are needed to install MATLAB on "minimal" or "core" Linux installations?
MATLAB and Simulink are validated on standard installations of the distributions listed on our system requirements page: MATLAB ...

11 dagar ago | 1

| accepted

Answered
Why do I get an error regarding third-party software when downloading or installing a support package?
Firstly, see if a local computer administrator can perform the installation of the support package. Please note that support pac...

11 dagar ago | 7

| accepted

Answered
How can I set the Vendor for an IP Core generated by HDL Coder?
It is currently not possible to specify the IP Core vendor in MATLAB/Simulink. The development team is aware of this enhancement...

11 dagar ago | 1

| accepted

Answered
Why does the check "db_0129: Stateflow transition appearance" violate even when I do not have any transition lines overlapping with other objects in my Stateflow Chart in MATLAB R2022b Model Advisor?
To resolve this issue, please ensure that you don't have any empty annotation blocks that may be overlapping with the transition...

14 dagar ago | 0

| accepted

Answered
How can I get a thermal-infrared image preview when acquiring from a FLIR IR camera with Image Acquisition Toolbox?
The following MATLAB example code enables the full bit depth mode for camera preview, and specifies a jet colormap for the previ...

14 dagar ago | 1

| accepted

Answered
Why do I see the error, The application “Dock” does not have permission to open “(null)” when starting MATLAB after updating to MacOS 15.1?
This error affects the Intel versions of MATLAB R2024a and older releases on macOS 15.1. The Intel version of MATLAB R2024b is n...

14 dagar ago | 10

| accepted

Answered
怎样在联网计算机上安装 MATLAB 及其他 MathWorks 产品?
在 Windows 或 macOS 上安装 MATLAB 需要管理员权限。Linux 不需要 root 权限。您的计算机必须连接上因特网并获得有效的许可证,然后登录官网下载 MathWorks 安装程序。 您可以在 MathWorks许可证中心 内查看您的...

14 dagar ago | 1

| accepted

Answered
How do I handle round-off errors in my MATLAB code?
Round-off errors demonstrates a fundamental problem with the way computers deal with fractional numbers. Some numbers (in fact, ...

14 dagar ago | 2

| accepted

Answered
Why am I continuously prompted to activate when I try to launch MATLAB?
When launching MATLAB, you will be prompted to activate if no valid license files can be found on the license file search path. ...

15 dagar ago | 18

| accepted

Answered
SimulinkのDMRファイルが一時ディレクトリに生成される問題の管理方法
Simulinkでは、信号のログデータを保存するためにDMRファイルを一時ディレクトリに生成します。このファイルには、以下のようなデータが含まれる場合があります: ・ログ対象として指定された信号データ ・出力ポートのデータ ・「To Workspace」ブ...

15 dagar ago | 0

| accepted

Question


SimulinkのDMRファイルが一時ディレクトリに生成される問題の管理方法
Simulinkで複数のシミュレーションを実行すると、一時ディレクトリ(「Temp」や「tmp」フォルダ)に「.dmr」という拡張子の大きなファイルが生成されます。これらのファイルのサイズや生成方法を管理する方法はありますか?

15 dagar ago | 1 answer | 0

1

answer

Answered
What are AUTOSAR RTE files? What is the purpose of the "stub" directory in an AUTOSAR build for SIL/PIL testing?
The "stub" directory has some ARXML files, some C files and some H files. The content of this directory is normally the output o...

15 dagar ago | 0

| accepted

Load more