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

5年弱 前 | 1

| 採用済み

回答済み
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...

5年弱 前 | 1

| 採用済み

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

5年弱 前 | 2

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

5年弱 前 | 1

| 採用済み

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

5年弱 前 | 2

| 採用済み

回答済み
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) ...

5年弱 前 | 1

| 採用済み

回答済み
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...

5年弱 前 | 0

回答済み
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...

5年弱 前 | 0

回答済み
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...

5年弱 前 | 0

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

5年弱 前 | 0

| 採用済み

回答済み
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...

5年弱 前 | 3

| 採用済み

回答済み
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...

5年弱 前 | 0

| 採用済み

回答済み
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...

5年弱 前 | 0

| 採用済み

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

5年弱 前 | 2

| 採用済み

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

5年弱 前 | 2

回答済み
'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...

5年弱 前 | 0

| 採用済み

回答済み
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...

5年弱 前 | 0

| 採用済み

回答済み
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...

5年弱 前 | 1

| 採用済み

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

5年弱 前 | 2

| 採用済み

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

5年弱 前 | 1

| 採用済み

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

5年弱 前 | 1

| 採用済み

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

5年弱 前 | 0

| 採用済み

回答済み
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...

5年弱 前 | 0

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

約5年 前 | 2

| 採用済み

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

約5年 前 | 2

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

約5年 前 | 2

| 採用済み

回答済み
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...

約5年 前 | 4

| 採用済み

回答済み
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?...

約5年 前 | 1

回答済み
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...

約5年 前 | 0

| 採用済み

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

約5年 前 | 1

| 採用済み

さらに読み込む