photo

OLAOYE abass


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 10 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort