photo

Kelark Azer Habashi


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
41,343
of 300,379

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
1

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

7 years ago | 1 answer | 0

1

answer

1

answer

1

answer

Question


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

1

answer

Question


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

1

answer