photo

rebecca croon


Last seen: más de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

1 Pregunta
6 Respuestas

CLASIFICACIÓN
163.860
of 301.213

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
6 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.191

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.422

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

Respondida
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;

alrededor de 6 años hace | 0