Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
33.676
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Feeds
Pregunta
How can i plot a hexagon, a triangle, a pentagon, an octagon and a circle.
What are the changes i need to make to this code to get a triangle, a pentagon, an octagon and a circle % close all the op...
casi 11 años hace | 2 respuestas | 1
2
respuestasPregunta
how do i combine these two plots >> a = 10; >> b = 0: pi/a: 2*pi; >> plot(b,sin(b)) >> a = 10; >> b = 0: pi/a: 2*pi; plot(b,cos(b)) into one plot
how do i combine these two plots a = 10; b = 0: pi/a: 2*pi; plot(b,sin(b)), a = 10; b = 0: pi/a: 2*pi; plot(b,...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i use th linspace function to to create a vector ‘v’ containing all positive even numbers less than 21. i.e. [2 4 6 8……..]
...How can i use th linspace function to to create a vector ‘v’ containing all positive even numbers less than 21. i.e. [2 4 6 8...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
(a) The linspace(...) function can be used to create and assign values to a 1D array (vector). Use this function to create a vector ‘v’ containing all positive even numbers less than 21. i.e. [2 4 6 8……..]
I really need help with these questions (a) The linspace(...) function can be used to create and assign values to a 1D array ...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
The following three lines could be used to create a plot of the Sine function: >> a = 3; >> b = 0: pi/a: 2*pi; >> plot(b,sin(b))
Kinda new to matlab, nd i want to know how can smoothen this sine function and how i can make its cosine fuction
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
(a) Create a 4x4 matrix A containing all zeros (using an appropriate built-in Matlab function). (b) Create a 5x5 matrix B containing random numbers (using an appropriate built-in Matlab function). (c) Create a 1x10 array C and use this vector to cr
I'm kinda new to matlab so i need help with these questions.. (a) Create a 4x4 matrix A containing all zeros (using an ap...
alrededor de 11 años hace | 1 respuesta | 0