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

답변