由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: question about MATLAB
相关主题
Re: which science tools are better?[转载] MATLAB实在太强大了
Re: least square fitting codeMatlab的help documentation
4-阶龙格库塔子程序Re: MATLAB请教
Re: 谁有fast Fourire transform的子程序)Re: help about autocorrelation.
Fortran badRe: question about matlab?
Re: Where is Matrix Inverse subroutine? Thx.Re: matlab 一问
Re: 介绍一个计算复宗量Bessel函数的程序吧Re: 对矩阵运算有研究的同志们请注意
Re: 请问一个MATLAB积分问题Re: MATLAB初级问题
相关话题的讨论汇总
话题: matlab话题: polyfit话题: remeber话题: about话题: question
进入Science版参与讨论
1 (共1页)
r****y
发帖数: 1437
1

The simplest way is to just polyfit the log value la.
logcoeff=polyfit(x, log10(y), n)
I remeber there is a subroutine in Matlab can do any formula
fitting, cannot remeber the exactly name of it.
Double check when you use Matlab to do such manipulation. Matlab
is not as reliable as it is declared. I was one more experience about it
in recent.
q***o
发帖数: 484
2

try to use
lsqcurvefit, which is more powerful and also more complex.

【在 r****y 的大作中提到】
:
: The simplest way is to just polyfit the log value la.
: logcoeff=polyfit(x, log10(y), n)
: I remeber there is a subroutine in Matlab can do any formula
: fitting, cannot remeber the exactly name of it.
: Double check when you use Matlab to do such manipulation. Matlab
: is not as reliable as it is declared. I was one more experience about it
: in recent.

1 (共1页)
进入Science版参与讨论
相关主题
Re: MATLAB初级问题Fortran bad
Re: Matlab plotRe: Where is Matrix Inverse subroutine? Thx.
[转载]有关 MATLAB 的一些网址Re: 介绍一个计算复宗量Bessel函数的程序吧
[转载]Matlab详细教程(0)Re: 请问一个MATLAB积分问题
Re: which science tools are better?[转载] MATLAB实在太强大了
Re: least square fitting codeMatlab的help documentation
4-阶龙格库塔子程序Re: MATLAB请教
Re: 谁有fast Fourire transform的子程序)Re: help about autocorrelation.
相关话题的讨论汇总
话题: matlab话题: polyfit话题: remeber话题: about话题: question