Statistics
RANK
157,953
of 295,486
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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
error in my code
syms x; f=x^2+x; M=solve(f); n=size(M,2); for i=1:n if M(i)>1 disp('Ok'); else disp('Again'); end end it ...
13 years ago | 2 answers | 0
2
answersQuestion
PROBELEM IN MY CODE (matlab r2011b)
P=inline('sin(4*x + 4*y)','x','y') Q=inline('cos (4*x-4*y)','x','y') x=linspace(-4,4,20) y=linspace(-4,4,20) [X,Y]=meshgrid(x,...
13 years ago | 1 answer | 0
1
answerQuestion
FIND AREA SURFACE-PROBLEM IN MY CODE
syms u v; x = (1-u).*(3+cos(v)).*cos(pi*u); y = (1-u).*(3+cos(v)).*sin(pi*u); z = 8*u+( 1-u ).*sin(v); % Find Area Surface...
13 years ago | 1 answer | 0
1
answerQuestion
*Problem Find area surface *
x = ( 1-u )(3+cos v)cos(2pi*u) y = ( 1-u )(3+cos v)sin(2pi*u) z = 4u + ( 1-u )sinv. D={(u,v)|0<=u<=1,0<=v<=2pi} <htt...
13 years ago | 1 answer | 0
1
answerQuestion
*Problem Akashi-Kaikyo bridge! in figure*
Figure <http://i1203.photobucket.com/albums/bb396/kidstar079/sadas.png>\ <http://i1203.photobucket.com/albums/bb396/kidstar079/...
13 years ago | 2 answers | 0
2
answersQuestion
*Problem Find area surface*
x = ( 1-u )(3+cos v)cos(2pi*u) y = ( 1-u )(3+cos v)sin(2pi*u) z = 4u + ( 1-u )sinv. D={(u,v)|0<=u<=1,0<=v<=2pi} <ht...
13 years ago | 1 answer | 0