photo

Fariz Azhar Abdillah


2017 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

4 質問
0 回答

Cody

0 問題
1 解答

ランク
251,404
of 301,472

評判
0

コントリビューション
4 質問
0 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 21,293

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
121,752
of 174,655

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

スコア
20

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Plot of discrete data
For example, I have 3 array Gain_10m=[24 27 28 34] Gain_20m=[28 29 31 35] Gain_30m=[30 34 35 38] I want to plot the data s...

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

1

回答

質問


Divide data and take the median
Hi I want to ask about divide data and take its median for example, a=[1:100] b=sqrt(a.*2); I want to take the median of e...

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

2

回答

質問


How to use if inside loop
I'm working on matlab code for counting number of reflection, here is my code RY=30; L_B=40; L_S=20; % Single Reflection ...

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

2

回答

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9年弱 前

質問


How to use conditional statement for this case?
for example, x=[1:1:9] and I want y=x*2 for x=1,2,3, y=x+2 for x=4,5,6 and y=x*3 for x=7,8,9 so the result is y=[2,4,6,6,7,8,2...

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

1

回答