Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このエラーが発生し続けます:
メッシュの使用エラー (76 行目) Z は、スカラーまたはベクトルではなく、行列でなければなりません。
コードは次のとおりです。
f = @(x,y)( get( handles.funkcja , 'string' ) ); [x,y] = meshgrid([-10:1:10],[-10:1:10]); mesh(x,y,f(x,y));
例handles.funkcja: x.^2+y.^2
handles.funkcja