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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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;
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 years 前 | 0
