Matlab 版 (精华区)

发信人: ramjet (史努比狗), 信区: Matlab
标  题: [合集]这样的曲线该怎么画?
发信站: 哈工大紫丁香 (2002年10月29日12:10:08 星期二), 站内信件


────────────────────────────────────────
 btt (BTT)                            于 2002年01月27日15:09:24 星期天 说道:

现有一函数f(x,y)=0;由于形式复杂不可以写成显函数的形式,
即y=F(x);我想画一变化规律图。x为横轴,y为纵轴。请问有
什么简单的方法可实现。

────────────────────────────────────────
 motor (大虎)                         于 2002年01月28日20:16:59 星期一 说道:

作f(x,y)=z的三维曲面图,找出那些z小于一个微小量的x,y值,在作函数图
现有一函数f(x,y)=0;由于形式复杂不可以写成显函数的形式,
即y=F(x);我想画一变化规律图。x为横轴,y为纵轴。请问有
什么简单的方法可实现。

────────────────────────────────────────
 btt (BTT)                            于 2002年01月29日20:06:01 星期二 说道:

多谢指教。

────────────────────────────────────────
 ramjet (史努比狗)                    于 2002年01月30日21:04:14 星期三 说道:

first wirte your equation in symbolic format,
and substitute the x with a value you need.
use function 'slove' to get a analytic solution of y
at the x value.
use funciton 'eval' to transform the analytic solution 
to a numeric solution.
when you think you get enough x and y pairs, then plot
them.

────────────────────────────────────────
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.255毫秒