photo

Fariz Azhar Abdillah


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

4 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
251,439
of 301,506

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,306

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
121,936
of 174,911

贡献数
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 years 前 | 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...

9 years 前 | 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 years 前 | 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 years 前

提问


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 years 前 | 1 个回答 | 0

1

个回答