Community Profile

photo

horizon


2019 年からアクティブ

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


How to delete elements on specific indices?
I was able to get the correct output which I wanted with the code written in Python. However, I have no idea how to write it ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How to plot like the following scatter plot on MATLAB?
I created the graph on Excel, but I would like to plot the following plot on MATLAB. Though I run the script, it returns me the...

5年弱 前 | 2 件の回答 | 0

2

回答

質問


How can I delete the elements of array on MATLAB?
The following code is executed but I have no idea to delete the elements of array on MATLAB. And therefore, Array1 and Array2 a...

5年弱 前 | 2 件の回答 | 0

2

回答

質問


How to control flag on MATLAB?
The following code is what I'm expecting but only the transmit part which displays "Transmit" three times every 2 seconds. Whil...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


How can I append same size matrix vertically?
When I tried to append the following matrices, it automatically appended horizontally. How can I append like this vertically? 1...

5年弱 前 | 2 件の回答 | 0

2

回答

質問


How can I write an excel file using the timer on MATLAB?
I'm trying to write data to excel only once at the end using a timer on MATLAB. There are two things I want to do : 1) When I ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I get the maximum difference in the specific range?
I am trying to find the value of the maximum difference of the wave, but I would like to eliminate some part of the graph. In t...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I control the repeat analog output on MATLAB?
What I would like to do is to repeat analog output, submit ultrasonic through a sensor par 5 seconds and it continues runs for 6...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I slow down the plotting speed?
I would like to change the plotting speed of the following code. I've tried to edit the TimeStamps part like these subplot(2...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How to write a video file with analog plots?
I would like to write a graph to a video file. It was succeeded to make a video to recode a graph with the following simple c...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I execute the same program on MATLAB?
I would like to execute the following procedure on MATLAB. This program is written on Python and succeeded to execute, but I'm ...

5年弱 前 | 2 件の回答 | 0

2

回答

質問


What does "a3.XTick" do to plot the cross-correlation on MATLAB ?
This is the sample program from MATLAB Documentation for xcorr and I'm troubled with understanding why the scale "-3000:1000:30...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


What is "lagDiff" on MATLAB to evaluate the time difference from the cross-correlation ?
This is the sample program from MATLAB Documentation for xcorr and I'm troubled with understanding what lagDiff means on it. I'...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


What is the unit of Rate on MATLAB?
Regarding the valiable "Rate" on MATLAB, what is the unit of it? Following the MATLAB Document Page, it says that " Rate of ope...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


アナログ入力によって取得した複数のデータを個別のグラフにプロットしたい
現在実行しているコードでは、オレンジ色と青色の線で重なってプロットされているため、subplotで描画したいです。 以下のようにMATLAB上で作成した式をsubplotで個別に描画することはできますが、時間が経過するに従ってx軸が移動するようにした現在...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


複数のアナログ入力値は取得できるのにプロットができない
以下のプログラムで2つのアナログ入力値をプロットしようとしています。 しかし、出力では値は両方とも得られるのにプロットは片方のアナログ入力のみが行われ、もう一方はエラーが出て描画されません。 どうしたらこのエラーを回避できるプログラムにできます...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


アナログ入力の値をプ​ロットしてそのグラフ​の最大振幅を求めるプログラムの正当性について
以下の方法でそれぞれ、アナログ入力値取得(参考:Acquire Data Using NI Devices)とグラフの最大振幅(参考:どうすれば最大振幅値を求められますか)取得を組み合わせたプログラムを書きました。 組み合わせたプログラム s = ...

5年弱 前 | 0 件の回答 | 0

0

回答

回答済み
アナログ入力の値をプロットしてそのグラフの最大振幅を求める方法が知りたい
アナログ入力をプロッ​トするときのエラーを​無くす方法の回答を元に、 line13、14を以下のようにコメントアウトしたところ、エラーはなくなりました。 %disp(time); %disp(data);

5年弱 前 | 1

| 採用済み

質問


アナログ入力の値をプロットしてそのグラフの最大振幅を求める方法が知りたい
以下の方法でそれぞれ、アナログ入力値(参考:Acquire Data Using NI Devices)とグラフの最大振幅(参考:どうすれば最大振幅値を求められますか)を求めることはできています。 しかし、これらを組み合わせたプログラムではエラーが出...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


アナログ入力をプロットするときのエラーを無くす方法
直流安定化電源から3Vの電流を流して、MATLABでプロットしようとしています。 現在、MATLABのドキュメントAcquire Data Using NI Devicesを参考にしながらプロットするためのコードを書いて実行したのですが、以下のエラーを修...

5年弱 前 | 1 件の回答 | 0

1

回答

回答済み
どうすれば最大振幅値を求められますか?
ご回答いただきましてありがとうございます。 Yoshioさんのご回答について、findpeaksを使う場合だとある区間以外も含めて最大振幅を求められるのでしょうか・ findpeaksは、使うことも考えたのですが、サンプルプログラムだけではプラス側とマ...

5年弱 前 | 0

質問


どうすれば最大振幅値を求められますか?
以下の両矢印が表す波形の最大振幅の値を求めたいのですが、MATLABではどのようにすればいいのですか。 以下のようにして、信号の包絡線を求めることはできていますが、最大振幅を求める方法を知りたいです。 t = 0:1/1000:3; q1...

5年弱 前 | 2 件の回答 | 0

2

回答