Feeds
질문
Index in position 1 is invalid. Array indices must be positive integers or logical values. Error in indexing (line 936)
clear clc syms x y; f=input('\n Enter the function f(x,y): ');%inline('x^2+y') %f=@(x,y)x^2+y; %Write your f(x,y) function...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
Undefined function or variable 'e'
I am writing a code to convert 3D plot in to 2D plot for the given function. The code is as below f=input('Enter any function...
거의 3년 전 | 답변 수: 1 | 0
