Statistica
MATLAB Answers
4 Domande
0 Risposte
RANK
149.654
of 295.527
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 154.057
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 to fill color in 1/4 th circle
clear syms x figure fun = sqrt(2*x-x.^2); fplot(fun,[0,2.2]); hold on y1 = [0 1 0 0]; x1 = [0 1 1 0]; fill(x1,y1,'y'); ...
5 mesi fa | 1 risposta | 0
1
rispostaDomanda
fsurf(sym(1), [0 1 0 1], 'y', 'EdgeColor', 'none'), this is fun for z axis , how about y axis?
fsurf(sym(1), [0 1 0 1], 'y', 'EdgeColor', 'none') xlabel('x') ylabel('y') zlabel('z') this is fun for z axis , how about y ...
8 mesi fa | 1 risposta | 0
1
rispostaDomanda
warning all the time, don't know what is wrong
syms m n p a x y z lambda real g = x + y + z -a; L = (x).^m.*(y).^n.*(z).^p - lambda.*g Lx = diff(L,x) Ly = diff(L,y) Lz ...
8 mesi fa | 1 risposta | 0