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

más de 8 años hace | 1

| aceptada

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

más de 8 años hace | 0

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

más de 8 años hace | 0

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

más de 8 años hace | 0

| aceptada

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

más de 8 años hace | 1

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

más de 8 años hace | 0

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

más de 8 años hace | 3

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

más de 8 años hace | 2

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

más de 8 años hace | 3

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

más de 8 años hace | 0

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

más de 8 años hace | 1

| aceptada

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

más de 8 años hace | 3

| aceptada

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

más de 8 años hace | 1

| aceptada

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

más de 8 años hace | 3

| aceptada

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

más de 8 años hace | 0

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

más de 8 años hace | 0

| aceptada

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

más de 8 años hace | 3

| aceptada

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

casi 9 años hace | 4

| aceptada

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

casi 9 años hace | 4

| aceptada

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

casi 9 años hace | 0

| aceptada

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

casi 9 años hace | 0

| aceptada

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

casi 9 años hace | 1

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

casi 9 años hace | 1

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

casi 9 años hace | 0

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

casi 9 años hace | 3

| aceptada

Respondida
Classifying images using Machine Learning or Deep Learning?
First try the general machine learning algorithms to classify such as Support Vector Machines. The following example would be si...

casi 9 años hace | 0

| aceptada

Respondida
Problem marking coordinates over a map
When you combine plotm (or other *m.m functions in Mapping Toolbox) and geoshow, you need to define axis in GEOSHOW function. Al...

casi 9 años hace | 1

| aceptada

Respondida
How to replace a value in a matrix of pixels using matlab ?
If you want to replace the pixel (i,j)=(100,125) of the variable img with 0.2, use the following code: i = 100; j = 125;...

casi 9 años hace | 0

Respondida
my matlab is not connected to the internet, how can I download updates and patches?
If you want to download newer versions of MATLAB, ask MathWorks sales person to send you DVDs. For patches, find another machine...

casi 9 años hace | 0

Respondida
クラウドコンピューティングについて:matlab onlineと parallel computing
ブラウザがある環境であればタブレットやスマートフォンなどどこからでもアクセスできる *MATLAB Online* は、以下ライセンスをお持ち、かつ MathWorks アカウントをお持ちの方は無料で使用できます。(保守契約が有効である必要があります) ...

casi 9 años hace | 5

| aceptada

Cargar más