photo

Fariz Azhar Abdillah


Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
98,498
of 301,464

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,292

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
121,737
of 174,632

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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 ago | 2 answers | 0

2

answers

Solved


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 ago

Question


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 ago | 1 answer | 0

1

answer