如何用matlab求解离散变量二阶导数?。

敢问各位大侠,如何用matlab求解离散变量的二阶导数?
其实我想求光谱曲线的二阶导数,矩阵第一列数据是光谱波段(离散型),其余各列数据是光谱反射值,要求每一条光谱数据的二阶导数。

 Réponse acceptée

yegasa
yegasa le 15 Mai 2023

0 votes

能够求导至少说明是一个连续函数,离散数据本身是无法求导的,只能近似。一种可能的办法是,利用你的数据拟合出函数,对函数求导后,再把数据代入导函数里

Plus de réponses (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!