photo

Fan Yang


Last seen: 約2年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

16 質問
1 回答

ランク
71,589
of 300,847

評判
0

コントリビューション
16 質問
1 回答

回答採用率
68.75%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,279

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Explorer
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


what filter can be used to remove background noise in my signal?
I was given a signal with lots of noise, particulary noise from x*100hz where x = (1:1:100). Below is the frequency representat...

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

1

回答

質問


How to remove multiple evenly spaced frequency components from digital signal
Hey guy, the FFT of my acustic signal returned some evenly spaced back group noisey frequencies 3,6,9,12,15hz. To remove them a...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Failed to establish a TCP connection between two computers on MATLAB
I am try to establish a TCP connection between two computers using tcpserver and tcpclient so that the client send a number 0 ev...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How to make the errorbar and the data line have different line width
I am trying to plot a like with errorbar using errorbar function. dt = [sin((1:10));cos((1:10))] errorbar(mean(dt),std(dt)) W...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Errorbar overlapping with the left and right border of a plot
a = [1,2,3,4;5,6,7,8] errorbar(mean(a),std(a)) The two lines of code above generate an line of mean value with errorbars. How...

約4年 前 | 1 件の回答 | 0

1

回答

質問


plot lines with different x axes on the same MATLAB plot
I am trying to plot two lines with diffenent x axes on the same plot, but matlab kept "avoiding" the first plot and only plot th...

約4年 前 | 1 件の回答 | 0

1

回答

質問


prepare a table for fitrm and manova
I am try to perform a one way repeated measure MANOVA on a set of data. In this data, I have 6 subjects. Each subject is measure...

約4年 前 | 1 件の回答 | 0

1

回答

質問


how can I open the movie player window beforehand?
Hey guys, I need to display a video made out of a sequence of images. I used implay function, but it have a problem. It tool ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


execute a block of code based on real time analog input
Hey guys, I am trying to to sychnronize EEG acquisition and visual stimulation so that they achieve time alignment. My EEG equi...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Arduino support package send two value at the same time to different port
I need to trigger EEG and fMRI at the same time by a visual stimulation I wrote in matlab. I can use the arduino support package...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


My white and black strips becomes a a black surface using imread and imshow
I have a .PNG picture containing black and white strips shown below. I was trying show this image in MATLAB using imread and ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


cell array manipulation and cell array conversion
Hi guys, I have a cell array containing date and time (from year to millisecond). how can I manipulate the cell array so it only...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


A problem I have using the subplot command
When I run the script, I expect one of the outpots to be a 8 by 3 subplot. However, one of the plots in the subplot is missing...

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

1

回答

質問


How to put a name on each double variable in a cell array"
Hi guys, I am trying to load all the data, as a numberic array, into a cell array K, but I wand to be able to identity which fi...

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

1

回答

回答済み
# of elements mismatch
Thanks for your answer! You are abslutely right. It is an 0 X 0 empty char array, but how did this empty cell sneak into this v...

約6年 前 | 0

質問


# of elements mismatch
Hi you all, I have a cell array named tlthat only has 96 elements in the fist column, and those are all the element in this arr...

約6年 前 | 3 件の回答 | 0

3

回答

質問


how does the vector extration operated in the following commands
a=[3 1 2 12 4] x=(2:end) why does x contain 1, 2, 12, and 4?

7年以上 前 | 1 件の回答 | 0

1

回答