Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
177.916
of 301.598
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 175.689
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How can i create a set of circles with the same center using a for loop for R (varying radios)
clear all clc theta=[-2*pi:0.1:2*pi]; r=1 x=r*cos(theta); y=r*sin(theta); plot(x,y) hold on r=0.5 x=r*cos(theta);...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
how can i write a function?
how can i write a function using X1 and X2 as variables where X2 subject to 1/6*pi<=X2<=1/3*pi ?
circa 10 anni fa | 1 risposta | 0