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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
