MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   matlab 中反函数运算。 (https://www.labfans.com/bbs/showthread.php?t=2693)

zhanggongrui 2008-04-29 00:03

matlab 中反函数运算。
 
我的目的是先去求出一个函数的反函数。然后再把未知量的值代入进行运算。程序如下:
syms x;
f=sym('sinc(x)');
w=finverse(f);
w=RootOf(-sinc(_Z)+x);
我现在是要计算x=[1 2 3;4 5 6];当我直接把它代入w时报错。
我该怎么计算这个呢?谢谢各位啊!


所有时间均为北京时间。现在的时间是 09:43

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.