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