photo

Girbaud


Last seen: 1년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


My error says "Unrecognized function or variable 'CP'." What can I add to the script so that I can define it?
%Use symbolic processing with the variable x syms x %Enconde the function f(x) f(x) = (1-x^2)/(1+x^2) %Set the distance ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I can't find a way around these errors: "Unrecognized function or variable 'CP'" and "Error in solution (line 63) text(c+.5,f(c),["("+string(c)+","+string(f(c))+") "+CP ])"
%Use symbolic processing with the variable x syms x %Enconde the function f(x) f(x) = (1-x^2)/(1+x^2) %Set the distance to t...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I have troubles in understanding how could I turn some data type sym variables into data type symfun, can anybody make it clear for me?
% This program computes for the Tangent Line / Normal Line of a curve % about a given point %define x for sy...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Error says: Variable yprime must be of data type symfun. It is currently of type sym. Check where the variable is assigned a value.
% This program computes for the Tangent Line / Normal Line of a curve % about a given point %define x for sy...

1년 초과 전 | 답변 수: 1 | 0

1

답변