A répondu
fitrgpのエラー対応
現在、グラム行列(カーネル値の行列)が特異行列に近くなっているためにコレスキファクタを計算できないことでエラーが生じているようです。(つまり有効なカーネルの必要条件を満たしていない) エラーメッセージには以下のような文章があります。 fit...

plus de 6 ans il y a | 1

| A accepté

A répondu
simplex法に範囲制約を加えて多変数関数の最小値を求める方法
File Exchange で提供されている <http://jp.mathworks.com/matlabcentral/fileexchange/8277-fminsearchbnd--fminsearchcon FMINSEARCHBND> はい...

plus de 6 ans il y a | 2

| A accepté

A répondu
カラーマップの軸の表示を変更するには?
ラベルの部分を変更する方法はコードベースとGUIベースの2通りの方法があります。 *1. コードベースで変更する方法* xxTickLabel というプロパティを変更します。xx部分はX/Y/Z軸 によって X/Y/Z が入ります。 この...

plus de 6 ans il y a | 2

| A accepté

A répondu
deep learning toolbox for semantic segmentation
In case you are still wondering how to use SegNet on MATLAB, Semantic Segmentation feature is released in R2017b Computer Vision...

plus de 6 ans il y a | 0

A répondu
How can I extract number/letter part from this binary image ?
This example would help - this is part of OCR example, but what it does first (- Step 4) is extracting the area of letters by re...

plus de 6 ans il y a | 0

A répondu
converting seconds to date in a plot
If you write a question with your sample code, it is easy for us to find out your problem as well as you would get more suitable...

plus de 6 ans il y a | 1

| A accepté

A répondu
How to write this loop?
Use <https://jp.mathworks.com/help/matlab/ref/for.html FOR> loop. If you want to write a loop with a variable i from 10 to 2, wr...

plus de 6 ans il y a | 0

A répondu
How to manually change pre-trained CNN's (AlexNet) weights?
In R2017a, the only supported way to create a SeriesNetwork is to use trainNetwork, and it is not possible to modify it.

plus de 6 ans il y a | 0

A répondu
Machine Learning Based GUI
Use GUIDE to create a GUI. You can load mat files inside of the GUIDE function, and pass variables between functions by defining...

plus de 6 ans il y a | 0

| A accepté

A répondu
transfer learning using Pre-trained vgg-16
The function "activations" is in Neural Network Toolbox. Do you see NNTB in your license? First check with the following command...

plus de 6 ans il y a | 1

A répondu
Adding a row vector to multiple rows of a matrix, with duplicate row index
What version do you use? The results of the second and the third examples on my R2017a were: >> A([1,2],:) + [1,1] ans ...

plus de 6 ans il y a | 0

A répondu
MATLAB(あるいはSimulink)とProcessingの間でのリアルタイムのデータの渡し方について
例えばAを押したら赤、Bを押したら青が表示されるといったように、特定のキーに応じて応答を変えたいというご質問で間違いないでしょうか。 もしそうであれば、以下のように <https://jp.mathworks.com/help/matlab/ref/...

plus de 6 ans il y a | 3

A répondu
ニューラルネットワークに使われる学習データの作成の仕方
digitTrain4DArrayDate が何かはわからないのですが、Computer Vision System Toolbox の学習イメージラベラー (trainingImageLabeler) で画像に対するラベル付けをすることができます。MAT...

presque 7 ans il y a | 2

A répondu
Excelからのデータの読み込みと書き出しの速度を速くするにはどうしたらいいですか?
Excelファイルのすべての列ではなく特定列だけであれば、 datastoreや並列計算を組み合わせたらさらに高速化できる可能性があります。 ただし、Michioさんのご提案された基本的な内容をお試しされた後にご検討ください。

presque 7 ans il y a | 3

A répondu
Undefined function or variable 'srrc_pulse'.
The error message shows the answer. You use the function "srrc_pulse.m" but you do not have srrc_pulse.m. If you know that you...

presque 7 ans il y a | 0

A répondu
How can you use CPU with the Parallel Computing Toolbox?
CNN on CPU and 'ExecutionEnvironment' option are introduced in R2017a. If you are using R2016b or previous versions, you need GP...

presque 7 ans il y a | 1

| A accepté

A répondu
ループ処理の中で、繰​り返し番号つきのファ​イル名でデータをロードするにはどうしたらよ​いでしょうか?
ファイル名に文字と数字が混在している場合、数字を文字列として認識させる必要があります。数字を文字列に変換するには <https://jp.mathworks.com/help/matlab/ref/int2str.html INT2STR> 関数あるいは例...

presque 7 ans il y a | 3

| A accepté

A répondu
How does parsim() run more instances than workstation cores?
Set NumWorkers as 6 in cluster profile manager. Go to MATLAB Toolstrip (menu bar) -> Parallel -> Manage Cluster ...

presque 7 ans il y a | 1

| A accepté

A répondu
個人利用のMATLAB, simulinkでLEGO Mindstorms EV3を利用することはできますか?
はい.MATLAB Home (個人利用ライセンス) のみで LEGO EV3 Support Package を使用して Simulink で作成したモデルを LEGO Mindstorms EV3 に実装することが可能です. Simulink の...

presque 7 ans il y a | 3

| A accepté

A répondu
how to send and recieving data between guis
Using <https://www.mathworks.com/help/matlab/ref/guidata.html GUIDATA> or <https://www.mathworks.com/help/matlab/ref/assignin.ht...

presque 7 ans il y a | 0

A répondu
load multiple .mat file and do same calculation on each file
Your code works only for A00001 because you set 'A00001' as input arguments for GQRS, RDANN, RDSAMP. Change the numbers with ind...

presque 7 ans il y a | 0

| A accepté

A répondu
デフォルトのバッチサイズ
trainAutoencoder の関数にはミニバッチのオプションが用意されていません. 訓練データのサンプルすべてを学習に使用しています.

presque 7 ans il y a | 3

| A accepté

A répondu
LabviewとMATLABの連携の仕方について
MATLAB から LabView を呼び出すことはできませんが,LabView から MATLAB を 呼び出す,あるいはデータのやり取りをすることは可能です. 以下のNational Instruments 社のURLをご参考にしてください. ...

presque 7 ans il y a | 4

| A accepté

A répondu
Parforループ内でのインデックス指定
以下のメッセージが原因について述べています。 *parforループにおいて異なる方法でインデックス化されている変数Fは、潜在的に反復間の依存を引き起こします。* 変数 snr を定義している行に F(b, signal_bins + ...

environ 7 ans il y a | 4

| A accepté

A répondu
Is it possible to call a live script matlab file from another one?
Do you mean by another MATLAB file? If so, yes. If the live script name is livescript.mlx, call it from .m file like >> li...

environ 7 ans il y a | 0

| A accepté

A répondu
how can set the string in bar plot??
The easiest way is to use plot tools >> plottools and insert the text arrow. Another way is to use <https://jp.mathwor...

environ 7 ans il y a | 0

| A accepté

A répondu
How to crop an image into blocks and store blocks in an array or matrix ?
Create a function cropAndSaveBlock.m first, which is specified in the function of blockproc. This function writes the cropped im...

environ 7 ans il y a | 1

A répondu
Muticlass SVM and memory
1. ClassificationLearner uses FITCECOC when the number of classes is >2. As you noticed, FITCECOC handles more than two classes....

environ 7 ans il y a | 1

A répondu
Writing outlook email from matlab
Please see "More about" section in <https://www.mathworks.com/help/matlab/ref/sendmail.html SENDMAIL> function doc. SENDMAIL doe...

environ 7 ans il y a | 0

A répondu
MATLABを用いたネットワーク作成について
biograph の graph のレイアウトは set コマンドを駆使することで変更することができます. 例えば,木のように階層状にしたければ, LayoutTypeValue プロパティを 'hierarchical' にします.横にできるだけず...

environ 7 ans il y a | 3

| A accepté

Charger plus