Statistiques
6 Questions
0 Réponses
RANG
33 676
of 295 527
RÉPUTATION
1
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
16.67%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 11 ans il y a | 2 réponses | 1
2
réponsesQuestion
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,...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
(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 ...
environ 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
(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...
environ 11 ans il y a | 1 réponse | 0