Beantwortet
文字列に変数を埋め込む方法
関数sprintfを使って変数をファイル名の文字列に渡せば実現できます。 gussigmaが整数なら%d、小数もありうるなら%fを使います。%1.1fにすると整数部分を1桁、小数点以下を1桁にすることができます。 % gussigmaが整数の場合 i...

fast 5 Jahre vor | 1

| akzeptiert

Beantwortet
Error using parallel.Future/fetchOutputs in Denoise Speech Using Deep Learning Networks Example
It might be out of memory error. tall array can handle big data, but as tall/gather document says, "MATLAB® can run out of mem...

fast 5 Jahre vor | 1

| akzeptiert

Beantwortet
MATLAB appでのパネルの使い方について
パネルは、コンポーネント(ボタンとかテーブルとかテキストエリアとか座標軸など)をまとめたいときに使います。 このパネルの中にユーザーの入力値をまとめて配置するとか、このパネルは表示エリアにして計算結果のプロットを置くとか、ユーザーインタフェースを分かりや...

fast 5 Jahre vor | 2

Beantwortet
MATLABのライセンス管理用サーバーとしてクラウドサービス (ex. Microsoft Azure)を利用することは可能ですか?
はい、可能です。 ライセンスマネージャーのシステム要求を満たすOSやCPU、RAMの仮想マシンを作成していただき、ライセンスマネージャーをインストールし、ユーザーPCのMATLABからアクセスできるようにセキュリティグループやファイアウォールでTCPのポ...

fast 5 Jahre vor | 1

| akzeptiert

Beantwortet
MATLAB 基礎 2.2 データの読み込み: 追加の練習,”値 NaN を別の場所に定義させることができますか?” の意味は何でしょうか?
あくまでも個人的な見解ですが、 ・上記のタスクはどのような状態,操作なのでしょうか? タスク1で1行2列目にNaNがありましたが、このタスクでは別の任意の場所(2行2列目や3行1列目など)の数値をNaNに変更します。 そして「次に、コマンド ウィンド...

fast 5 Jahre vor | 2

| akzeptiert

Beantwortet
Why did spmd create a pool of 12 workers on a cluster with 32 cores?
In Parallel Preferences "Preferred number of workers" is set to 12 by default. You can change this value to 100 (more than 32) ...

fast 5 Jahre vor | 1

| akzeptiert

Beantwortet
Problems with update function from Matlab to MySQL
Multiple whereclause does not need WHERE more than once. So, the following would work. Changed from AND WHERE to AND. update(c...

fast 5 Jahre vor | 0

Beantwortet
Error during sample generation of java pacakage using library compiler
Please confirm that all inputs are defined in the sample script. For example, addmatrix.m (to be compiled as Java package) fu...

fast 5 Jahre vor | 0

Beantwortet
Library compiler java package error
I can reproduce this issue if sample m script contains clear all. Reproduction Step addmatrix.m (to be compiled as Java packag...

fast 5 Jahre vor | 0

Beantwortet
アプリケーションコンパイラ 手動で依存ファイル追加方法
アプリケーションコンパイラの「アプリケーションの実行に必要なファイル」のパネルで、右側の「+」ボタンをクリックしてpファイルを指定します。 ドキュメント:アプリケーション コンパイラ

fast 5 Jahre vor | 0

| akzeptiert

Beantwortet
Getting "Execution of script roots as a function is not supported:" error
It seems you have another roots.m file which is different from MATLAB's built-in roots function. Please check the following com...

fast 5 Jahre vor | 3

| akzeptiert

Beantwortet
sym file in matlab
which sym -all If Symbolic Math Toolbox is installed, it returns MATLAB_ROOT\toolbox\symbolic\symbolic\@sym\sym.m as of R2021...

fast 5 Jahre vor | 0

| akzeptiert

Beantwortet
fileDatastore read: Index exceeds the number of array elements (0).
videoReader function should be VideoReader. Also, for avoiding function name conflict, it's better to use another name to custo...

fast 5 Jahre vor | 0

| akzeptiert

Beantwortet
2020bではなく、2019bが起動する
拡張子.mファイルについてのWindowsの既定プログラムがR2019bになっているようです。 エクスプローラーで.mファイルを右クリックして、「プログラムから開く」→「別のプログラムを選択」をクリックし、「常にこのアプリを使って.mファイルを開く」にチ...

fast 5 Jahre vor | 2

| akzeptiert

Beantwortet
分類学習器で応答と予測子が表示されません
分類学習器で予測子と応答に使用できる変数は以下の変数のみです。 ”予測子変数および応答変数は、数値ベクトル、categorical ベクトル、string ベクトル、logical ベクトル、文字ベクトルの cell 配列、または文字配列が可能です”...

fast 5 Jahre vor | 2

Beantwortet
'm = mobiledev' unrecongnized function or variable?
From MATLAB, mobiledev is not defined by default. You need to install each of the following support packages to use mobiledev a...

fast 5 Jahre vor | 0

| akzeptiert

Beantwortet
Could not find matlabEngine using the following names: libMatlabEngine
According to this document, we can know which compile options to be passed to g++. g++ -std=c++11 -I <matlabroot>/extern/includ...

fast 5 Jahre vor | 0

| akzeptiert

Beantwortet
File streaming using Nodejs
I'm not sure which parameters should you post to NodeJS, but about Section 1 and 2, it might be the following. %% Section 1 u...

fast 5 Jahre vor | 1

| akzeptiert

Beantwortet
ライセンスサーバーとして利用可能なOS
最新版のバージョンのライセンスマネージャーのシステム要求はこちらのページにあります。 ライセンスマネージャーのシステム要求 R2021a時点でLinuxでサポートしているOSは以下のとおりです。 Ubuntu 20.04 LTS、18.04 L...

fast 5 Jahre vor | 2

| akzeptiert

Beantwortet
R2021aで「スクリプト sphere を関数として実行することはサポートされていません:」と出る理由はどうして?
MATLABの検索パスにsphere.mという別のファイルが存在して、そちらが呼び出されてしまっているようです。 which sphere -all を実行していただけますか? 結果が /MATLAB/toolbox/matlab/specgrap...

fast 5 Jahre vor | 1

| akzeptiert

Beantwortet
MATLAB入門 5.1配列のインデックス付けの追加問題
MATLAB入門の5.1ではTask1~Task3で、行や列の数字やendを使ってdata配列から値を抽出していました。 追加の練習にある、「変数をインデックスとして使用することもできます。変数 y を作成し、y を data に対するインデックスとして...

fast 5 Jahre vor | 1

| akzeptiert

Beantwortet
Does MATLAB plotting accept matplotlib syntax now?
Yes, as written in R2021a release note, name=value syntax is supported from R2021a.

fast 5 Jahre vor | 0

| akzeptiert

Beantwortet
How to enable SSL
As of R2021a, MATLAB Web App Server currently supports only pem format. I didn't test by myself, but using OpenSSL, we can co...

fast 5 Jahre vor | 0

Beantwortet
forループに関する計算速度について
質問のforループと配列演算の計算速度についてですが、 N = 10の場合、forループ(t1)だと1.6907e-06 sec、配列演算(t2)だと1.8452e-07 sec。 N = 1000の場合、t1 = 2.4441e-06、t2 = 5....

fast 5 Jahre vor | 2

| akzeptiert

Beantwortet
一つの行をグループ分けすることはできますか?
きれいなやり方ではなく、愚直にfor文を使った方法ですが、下記で実現できます。 resultにグループ分けされたセル配列が格納されます。 line = '000111110011110001111'; tmpStr = line(1); count...

fast 5 Jahre vor | 2

Beantwortet
CSVデータで指定した列数だけ行数を切り取り、正方形のデータとして抽出したい
reshapeを使えば簡単にできそうです。 以下のようなサンプルでどうでしょうか? t = readmatrix('data.csv'); numLines = 1:100; n = size(numLines,2); rt = reshape(...

fast 5 Jahre vor | 2

| akzeptiert

Beantwortet
Problem using webwrite to send image in telegram API
There are MATLAB codes for Telegram Bot APIs. [File Exchange] Telegram Bot Toolbox API In this URL, sendPhoto function in tele...

fast 5 Jahre vor | 4

| akzeptiert

Beantwortet
Execution of script vgg16 as a function is not supported:
I was able to reproduce this issue if vgg.m exists on somewhere in MATLAB search path. Could you check you have custom vgg16.m?...

etwa 5 Jahre vor | 1

Beantwortet
Installing standalone .exe application using matlab runtime installer.
MATLAB Runtime version must be the same as MATLAB which stanadlone application was created. So, it's needed to install MATLAB Ru...

etwa 5 Jahre vor | 0

| akzeptiert

Beantwortet
if文のエラーについて
bboxesやbboxBodyはそれぞれfaceDetectorとbodyDetectorの出力だと思われますので、以下のようにしてみたらいかがでしょうか。上記のコードでは顔検出と口検出をelseifで分岐させていますが、排他的では無いと思いますので、if...

etwa 5 Jahre vor | 1

| akzeptiert

Mehr laden