photo

Jiazeng Shan


Last seen: 3年弱 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

6 質問
1 回答

Cody

0 問題
1 解答

ランク
248,437
of 300,338

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,922

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
111,216
of 168,149

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

スコア
20

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Explorer
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12年以上 前

質問


The question about signal power in watts
Hi guy, I am trying to use the AWGN Channel in the Simulink. Previously, I used awgn(y,SNR,'measured') in the Matlab. Now I nee...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


How to evalute the accuracy of the regressed model?
The simple model configuration is supposed as y = k/x. I want to use this to fit the scatter data. Using the command "regress" w...

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

0

回答

質問


How to regress with the simple model like y=kx or y=k/x
Usually, the regression is done in Matlab with "regress", but it recommends the input X with a column of ones. And I find that i...

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

1

回答

質問


Can I adjust the matrix of state-space model during simulation in Simulink?
I want to change the system matrix during the dynamic simulation within the Simulink. I can do that with following codes using t...

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

1

回答

質問


How to estimate the auto-correlation function value r(k)=E[X(n)X(n-k)]
If X(n) is an available time series, I want to estimate the auto-correlation function value of r(k). The definition of r(k) is r...

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

1

回答

回答済み
How to use the polyfit block in Simulink
Actually, my question is simple that can I do the same process in simulink as the codes did shown above?

14年以上 前 | 0

質問


How to use the polyfit block in Simulink
I want to do the same thing in simulink as the commands shown below: clear all clc x=[0:0.01:1]'; a=[-2 5 6]'; f=@(x) a(1)*x.^2+...

14年以上 前 | 6 件の回答 | 0

6

回答