matlab 画图复杂函数,一个复杂函数的matlab绘图 - 程序语言 - 小木虫 - 学术 科研 互动社区...

函数如下

z = 10681093296868640625*(-y^(500/161)*(24457*(4/25-x^2)^(1/2)*(1/25000)-24457/62500)/(238763*(201/500-(4/25-x^2)^(1/2))^(822/161)*(1/411000)+25921*((4/25-x^2)^(1/2)-201/500)^(822/161)*(1/411000)))^(161/500)*(1/268435456)

是一个关于xy的函数,绘图的程序如下

[x,y] = meshgrid(0:0.1:1);

z=(10681093296868640625*(-(y^(500/161)*((24457*(4/25 - x^2)^(1/2))/25000 - 24457/62500))/((238763*(201/500 - (4/25 - x^2)^(1/2))^(822/161))/411000 + (25921*((4/25 - x^2)^(1/2) - 201/500)^(822/161))/411000))^(161/500))/268435456;

mesh(x,y,z),xlabel('x'),ylabel('y'),zlabel('z')

报错如下

Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 5.690563e-277.

Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND =  1.869958e-36.

Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND =  1.869958e-36.

Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND =  7.144626e-19.

Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND =  1.869958e-36.

Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND =  7.144626e-19.

Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND =  1.847973e-34.

Error using  ^

Input to EIG must not contain NaN or Inf.

Error using mesh (line 76)

X, Y, Z, and C cannot be complex

有人能解决么

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值