Community Profile

photo

justin Taylor


UST

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

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

12 years ago | 2 answers | 0

2

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

Answered
Delay using Cross correlation
i don't understand you say.

12 years ago | 0

Question


*PLOT FIELD VECTOR*
(sin(4*x+8*y),cos(4*x+8*y),0)

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

Question


*Problem Akashi-Kaikyo bridge! in figure*
Figure <http://i1203.photobucket.com/albums/bb396/kidstar079/sadas.png>\ <http://i1203.photobucket.com/albums/bb396/kidstar079/...

12 years ago | 2 answers | 0

2

answers

Question


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

12 years ago | 1 answer | 0

1

answer