horizon
Followers: 0 Following: 0
Statistica
RANK
20.597
of 295.467
REPUTAZIONE
2
CONTRIBUTI
20 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
70.0%
VOTI RICEVUTI
1
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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'...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
アナログ入力によって取得した複数のデータを個別のグラフにプロットしたい
現在実行しているコードでは、オレンジ色と青色の線で重なってプロットされているため、subplotで描画したいです。 以下のようにMATLAB上で作成した式をsubplotで個別に描画することはできますが、時間が経過するに従ってx軸が移動するようにした現在...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
複数のアナログ入力値は取得できるのにプロットができない
以下のプログラムで2つのアナログ入力値をプロットしようとしています。 しかし、出力では値は両方とも得られるのにプロットは片方のアナログ入力のみが行われ、もう一方はエラーが出て描画されません。 どうしたらこのエラーを回避できるプログラムにできます...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
アナログ入力の値をプロットしてそのグラフの最大振幅を求めるプログラムの正当性について
以下の方法でそれぞれ、アナログ入力値取得(参考:Acquire Data Using NI Devices)とグラフの最大振幅(参考:どうすれば最大振幅値を求められますか)取得を組み合わせたプログラムを書きました。 組み合わせたプログラム s = ...
oltre 5 anni fa | 0 risposte | 0
0
risposteアナログ入力の値をプロットしてそのグラフの最大振幅を求める方法が知りたい
アナログ入力をプロットするときのエラーを無くす方法の回答を元に、 line13、14を以下のようにコメントアウトしたところ、エラーはなくなりました。 %disp(time); %disp(data);
oltre 5 anni fa | 1
| accettato
Domanda
アナログ入力の値をプロットしてそのグラフの最大振幅を求める方法が知りたい
以下の方法でそれぞれ、アナログ入力値(参考:Acquire Data Using NI Devices)とグラフの最大振幅(参考:どうすれば最大振幅値を求められますか)を求めることはできています。 しかし、これらを組み合わせたプログラムではエラーが出...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
アナログ入力をプロットするときのエラーを無くす方法
直流安定化電源から3Vの電流を流して、MATLABでプロットしようとしています。 現在、MATLABのドキュメントAcquire Data Using NI Devicesを参考にしながらプロットするためのコードを書いて実行したのですが、以下のエラーを修...
oltre 5 anni fa | 1 risposta | 0
1
rispostaどうすれば最大振幅値を求められますか?
ご回答いただきましてありがとうございます。 Yoshioさんのご回答について、findpeaksを使う場合だとある区間以外も含めて最大振幅を求められるのでしょうか・ findpeaksは、使うことも考えたのですが、サンプルプログラムだけではプラス側とマ...
oltre 5 anni fa | 0
Domanda
どうすれば最大振幅値を求められますか?
以下の両矢印が表す波形の最大振幅の値を求めたいのですが、MATLABではどのようにすればいいのですか。 以下のようにして、信号の包絡線を求めることはできていますが、最大振幅を求める方法を知りたいです。 t = 0:1/1000:3; q1...
oltre 5 anni fa | 2 risposte | 0