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

meer dan 6 jaar ago | 1

| accepted

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

meer dan 6 jaar ago | 2

| accepted

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

meer dan 6 jaar ago | 2

| accepted

Answered
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...

meer dan 6 jaar ago | 0

Answered
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...

meer dan 6 jaar ago | 0

Answered
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...

meer dan 6 jaar ago | 1

| accepted

Answered
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...

meer dan 6 jaar ago | 0

Answered
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.

meer dan 6 jaar ago | 0

Answered
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...

meer dan 6 jaar ago | 0

| accepted

Answered
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...

meer dan 6 jaar ago | 1

Answered
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 ...

meer dan 6 jaar ago | 0

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

bijna 7 jaar ago | 3

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

bijna 7 jaar ago | 2

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

bijna 7 jaar ago | 3

Answered
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...

bijna 7 jaar ago | 0

Answered
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...

bijna 7 jaar ago | 1

| accepted

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

bijna 7 jaar ago | 3

| accepted

Answered
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 ...

bijna 7 jaar ago | 1

| accepted

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

bijna 7 jaar ago | 3

| accepted

Answered
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...

bijna 7 jaar ago | 0

Answered
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...

bijna 7 jaar ago | 0

| accepted

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

bijna 7 jaar ago | 3

| accepted

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

ongeveer 7 jaar ago | 4

| accepted

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

ongeveer 7 jaar ago | 4

| accepted

Answered
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...

ongeveer 7 jaar ago | 0

| accepted

Answered
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...

ongeveer 7 jaar ago | 0

| accepted

Answered
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...

ongeveer 7 jaar ago | 1

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

ongeveer 7 jaar ago | 1

Answered
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...

ongeveer 7 jaar ago | 0

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

ongeveer 7 jaar ago | 3

| accepted

Load more