photo

rebecca croon


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

1 질문
6 답변

순위
166,546
of 301,273

평판
0

참여
1 질문
6 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,212

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,726

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer

배지 보기

Feeds

보기 기준

질문


How to make my working function 1)a for loop and 2) vectorize it?
Prompt: A machine cuts N pieces of a pipe. After each cut, each piece of pipe is weighed and its length is measured; these 2 val...

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

1

답변

답변 있음
write a function that calculate area of a disk sector.assume disk radius r and the sector angle a .consider two cases. 1)the angle is given in radians. 2)the angle is given in degrees.
How do i write a script called Greeting that will first prompt the user for a name, and then prints a greeting with the name. Yo...

대략 6년 전 | 0

답변 있음
write a function that calculate area of a disk sector.assume disk radius r and the sector angle a .consider two cases. 1)the angle is given in radians. 2)the angle is given in degrees.
%random vector of 1 million numbers d=randi([-100,100],1000000,1); %count sum(d==0); ........this is what ive got so f...

대략 6년 전 | 0

답변 있음
write a function that calculate area of a disk sector.assume disk radius r and the sector angle a .consider two cases. 1)the angle is given in radians. 2)the angle is given in degrees.
Omg, thank you!!! How would I write a script that will first create a random vector of one million random numbers between -100 a...

대략 6년 전 | 0

답변 있음
write a function that calculate area of a disk sector.assume disk radius r and the sector angle a .consider two cases. 1)the angle is given in radians. 2)the angle is given in degrees.
For the area of a disk, I wanted to try and fix it up so then I can move on. This is the script I'm trying to edit. %Radius of...

대략 6년 전 | 0

답변 있음
write a function that calculate area of a disk sector.assume disk radius r and the sector angle a .consider two cases. 1)the angle is given in radians. 2)the angle is given in degrees.
So i tried a different code and this is were I've gotten, this works but the issue is i enter the radius and it dosnt compute th...

대략 6년 전 | 0

답변 있음
write a function that calculate area of a disk sector.assume disk radius r and the sector angle a .consider two cases. 1)the angle is given in radians. 2)the angle is given in degrees.
it didnt work: I'm getting: Not enough input arguments. Error in Areahw (line 3) area=pi*radius^2;

대략 6년 전 | 0