photo

MathWorks Support Team

MathWorks

Last seen: 15 Tage vor Aktiv seit 2009

Followers: 11   Following: 0

Statistik

Feeds

Anzeigen nach

Beantwortet
Can I deploy a multiwindow app as a web app using MATLAB Web App Server?
Multiwindow apps are not supported by web apps. This means that multiple calls to 'figure' or 'uifigure' are not supported with...

ein Tag vor | 0

| akzeptiert

Beantwortet
How can I package the MATLAB Runtime Installer with my standalone application from a specific directory?
Executing "compiler.runtime.download" will always download the Runtime installer ZIP-file to a temporary directory. After downlo...

ein Tag vor | 0

| akzeptiert

Frage


How can I package the MATLAB Runtime Installer with my standalone application from a specific directory?
I am using the Application Compiler to build standalone desktop applications from my MATLAB code with MATLAB Compiler. I am usin...

ein Tag vor | 1 Antwort | 0

1

Antwort

Beantwortet
Why are functions called by "eval" not found by my compiled standalone application?
When a standalone application is compiled, the dependency analyzer does not parse strings or char arrays in M files, including t...

ein Tag vor | 0

| akzeptiert

Frage


Why are functions called by "eval" not found by my compiled standalone application?
I have a function "databaseConnectWithEval" that is defined as follows: function conn = databaseConnectWithEval conn = eval...

ein Tag vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to get a custom board to show up as a target for 'Hardware Boards' in MATLAB Coder
The 'Hardware Board' option is a list of the currently created hardware configuration objects. If your board does not appear on ...

ein Tag vor | 0

| akzeptiert

Beantwortet
What ports does the Network License Manager use, and how can I set those ports?
The network license manager requires two TCP ports for normal operation. The license manager contains two processes, the license...

ein Tag vor | 2

| akzeptiert

Beantwortet
How do you access the datatype of Bus Element Ports in MATLAB
In order to get the Bus datatype of the Bus Element Outports, you must use the complete path of the port rather than the complet...

ein Tag vor | 1

| akzeptiert

Beantwortet
Why is the output from Signal Editor not as expected?
The time data imported from external experimental data or created as T2 = [0:0.02:10]' can cause discrepancies (diff) between th...

ein Tag vor | 0

| akzeptiert

Beantwortet
Signal Editorの出力が期待通りではありません。なぜですか?
外部からインポートした実験データの時間データや、T2 = [0:0.02:10]' のように作った時間データは、Simulink が使用するタイム ステップの間で不一致(誤差)が生じる可能性があり、予期しないシミュレーション結果となる場合があります。 この...

ein Tag vor | 0

| akzeptiert

Frage


Signal Editorの出力が期待通りではありません。なぜですか?
Signal Editorから出力される信号が、シナリオで作った信号の期待通りになりません。 これはなぜですか?

ein Tag vor | 1 Antwort | 0

1

Antwort

Frage


Why is the output from Signal Editor not as expected?
The signal output from Signal Editor does not match the expected signal created in the scenario. Why is this happening?

ein Tag vor | 1 Antwort | 0

1

Antwort

Beantwortet
パラメータの検索順序は、Simulinkの”実行”ボタンとsimコマンドは同じですか?
simコマンドとSimulinkの”実行”ボタンの検索順序は同じです。 唯一の違いは、SimulationInputオブジェクトをsetVariableメソッドと一緒に使用する場合です。 SimulationInputまたはSimulationオブジェクト...

ein Tag vor | 0

| akzeptiert

Beantwortet
TIREMライブラリはどこから入手できますか?
TIREMのライブラリを使用するには、Huntington Ingalls Industries からライブラリを購入する必要があります。 ・Huntington Ingalls Industries https://rfspectrummodels.al...

ein Tag vor | 0

| akzeptiert

Beantwortet
Mac の Apple シリコンは MATLAB でサポートされていますか?
1. ネイティブ R2023b 以降の MATLAB は、Apple シリコン 上でネイティブに動作します。  Apple シリコン 搭載マシンへのインストールや実行方法、システム要件、サポート製品などについては、こちらのリソースページ をご参照ください。...

ein Tag vor | 1

| akzeptiert

Beantwortet
Why am I receiving error messages about singularities in my Simulink model?
The most common reasons for this error are:The equations are forming a positive feedback loop that diverges over time. This coul...

2 Tage vor | 4

| akzeptiert

Beantwortet
Can I download previous releases of MATLAB?
To determine which releases of MATLAB you are eligible to download, please visit the License Center from the link below. Then, s...

2 Tage vor | 0

| akzeptiert

Frage


Can I download previous releases of MATLAB?
Can I download previous releases of MATLAB?

2 Tage vor | 1 Antwort | 0

1

Antwort

Beantwortet
Why do I receive License Manager Error -5 when using transformation products with MATLAB Parallel Server?
If a job being submitted utilizes a transformation product, then it must be submitted in an interactive communicating job (parpo...

2 Tage vor | 0

| akzeptiert

Frage


Why do I receive License Manager Error -5 when using transformation products with MATLAB Parallel Server?
Why do I receive License Manager Error -5 when using transformation products with MATLAB Parallel Server?

2 Tage vor | 1 Antwort | 0

1

Antwort

Beantwortet
Why do I receive an error that the MATLAB Parallel Server service launched but failed to start?
The mjs service may fail to start for a number of reasons and the more verbose error might be captured inside the mjs-service lo...

2 Tage vor | 0

| akzeptiert

Beantwortet
How can I see a list of blocks supported for code generation?
In general, you can check code generation readiness for any Simulink block by referring to the "Extended Capabilities" section i...

2 Tage vor | 0

| akzeptiert

Frage


How can I see a list of blocks supported for code generation?
How can I see a list of blocks supported for code generation?

2 Tage vor | 1 Antwort | 0

1

Antwort

Beantwortet
Is MATLAB compatible with Windows 10?
MATLAB R2015a and later is supported on Windows 10. Earlier releases of MATLAB are not supported and are not guaranteed to work ...

2 Tage vor | 0

| akzeptiert

Beantwortet
What ports and protocols does a Speedgoat target use to communicate with the host in Simulink Real-Time?
The Simulink Real-Time product requires multiple ports and protocols to maintain connectivity between the host PC and Speedgoat ...

3 Tage vor | 1

| akzeptiert

Beantwortet
What is the maximum number of workers I can use with the 'Processes' or 'local' profile in the Parallel Computing Toolbox?
All releases newer than R2014a can utilize up to 512 workers on a local machine through Parallel Computing Toolbox. Prior to R20...

3 Tage vor | 2

| akzeptiert

Beantwortet
Why is my GPU device not detected by MATLAB?
1.    Check you have a supported GPU card , see NVIDIA website to check compute capability (https://developer.nvidia.com/cuda-gp...

3 Tage vor | 0

| akzeptiert

Beantwortet
polyspace-configure の問題をデバッグする方法は?
Polyspace-configureに関する問題をMathWorksサポートに連絡する前に、デバッグログファイルを取得する方法をご案内いたします。 R2020a以前の場合 1. クリーンビルドの実施 polyspace-configureを再実行する前...

3 Tage vor | 0

| akzeptiert

Frage


polyspace-configure の問題をデバッグする方法は?
Polyspaceプロジェクトまたはオプションファイルを作成するためにpolyspace-configureを使用していますが、polyspace-configureがプロセス中に失敗するか、最終的にPolyspace解析中にコンパイル問題を引き起こす設定...

3 Tage vor | 1 Antwort | 0

1

Antwort

Beantwortet
Simulinkにおける代数ループとは何ですか?また、それをどのように解消すれば良いですか?
Simulinkにおける代数ループについては、以下のURLで提供されているSimulinkユーザーガイドに詳しく記載されています:Simulinkユーザーガイド 基本的に、代数ループは、直接フィードスルー(入力が直接出力に影響を与える特性)を持つ入力ポート...

3 Tage vor | 0

| akzeptiert

Mehr laden