Feeds
질문
Plotting 2 functions with respect to each other
I defined the following functions: function alpha = error1(T) syms x y P0 = 1/(2*pi*0.6)*exp(-1/(2*0.36)*(x^2+y^2-2*0...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
Defining and plotting 2 parametric functions
I'm new to Matlab, I defined the following functions: function L1 = Like1(y) P0 = 1/(2*pi*0.6)*exp(-1/(2*0.36)*(x^2+y^2-...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Plotting a Parametric Equation
Suppose that I need to plot B vs A. A(T) = int (f(x),x,L1(x)>T), B(T) = int (g(x),x,L2(x)<T), How can I do it using mat...
10년 초과 전 | 답변 수: 1 | 0
