Я хотел построить трехмерную поверхность ((e ^ -t) sint, (e ^ -t) стоимость, 1), используя следующий код.
x=(exp(-t))*sin(t); y=(exp(-t))*cos(t); z=1;
fplot3(x,y,z)
Я получил это сообщение об ошибке:
Error using fplot3 (line 46)
Expected input to be one of these types:
function_handle, sym
Instead its type was double.