photo

Jeffrey


Ohio State University

2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
2 답변

순위
239,858
of 301,175

평판
0

참여
3 질문
2 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,185

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Help creating an ellipse
This is my function file: function ellipseplot(xc,yc,a,b) ((xc^2))/((a^2))+((yc^2))/((b^2)); end And this is my script f...

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

1

답변

답변 있음
Swapping without using swap
What I mean by "swap" is the following: Say you want the user to give you an array. Let's say the array is [3,5,4]. I have to fi...

11년 초과 전 | 0

답변 있음
Swapping without using swap
I can't use the sort function on this assignment. I have to create my own way of sorting without using the sort command. Can thi...

11년 초과 전 | 0

질문


Swapping without using swap
I'm trying to sort and swap elements, but I keep getting an error whenever I try to do so. Can someone please take a look at my ...

11년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How do I contain this in one "for" loop?
fprintf('Problem 2: \n') for index = 1:1:1 n_value=input('Please, input an n value: \n'); n=1:1:5; ...

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

1

답변