Statistics
4 Questions
0 Answers
RANK
149,636
of 295,448
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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'); ...
5 months ago | 1 answer | 0
1
answerQuestion
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 months ago | 1 answer | 0
1
answerQuestion
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 months ago | 1 answer | 0