photo

Xiao yang


Last seen: 1 month ago Active since 2024

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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'); ...

1 month ago | 1 answer | 0

1

answer

Question


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

4 months ago | 1 answer | 0

1

answer

Question


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

4 months ago | 1 answer | 0

1

answer