photo

OLAOYE abass


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

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

más de 10 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta