photo

Kelark Azer Habashi


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
26,486
of 301,511

평판
1

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
1

순위
 of 21,308

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,936

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Write the function getCircle which is called as [x,y]=getCircle(center,radius)
to get the x and y coordinates of points that fall on a circle. The circle should be centered at center (2-element vector conta...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Write a script that computes the path(s) of a set of N random walkers which are confined by a pair of barriers at +B units and -B units from the origin, i.e., 0 (where the walkers all start from). If a random walk hits or exceeds the wall positions,
A random walk can be instantiated by repeatedly performing the calculation x(n+1) = x(n) + s where s is a number drawn from t...

대략 8년 전 | 답변 수: 1 | 1

1

답변

질문


If you run the script above a number of times, you will find you get different answers because the numbers chosen are random. Modify your script so that we will repeat the experiment in 1a 1000 times and make a histogram of the results (Hint: use a
To solve this question I need to provide information from Question 1. Question 1 states "Write a script that determines how...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


extract from F the matrix G of size 2 x 2 which has the first and third row of F and the second and third columns of F
F = [2 3 4; -1 4 7; -9 11 13] I would like to know how to write the Matrix G on Metlab

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


A row vector called D with all the numbers between 0 and 2 in steps of 0.1
I am confused weather the answer should be D = 0:0.1 :2 or D = 0.1:0.1 :2

8년 초과 전 | 답변 수: 1 | 0

1

답변