統計
MATLAB Answers
2 質問
0 回答
ランク
of 171,083
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
