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

4년 초과 전 | 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...

4년 초과 전 | 1

| 수락됨

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

4년 초과 전 | 2

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

4년 초과 전 | 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

| 수락됨

더 보기