mmDerivative(t,y)

版本 1.0 (499 字节) 作者: Rusty
This function calculates the derivative of a matrix w.r.t to another matrix
141.0 次下载
更新时间 2015/1/17

查看许可证

this function takes input as time matrix and the matrix you want to take
derivative of, quite accurate
suppose you have a matrix of speed as S = [ 1 2 3 4]; and time as T= [ 4 5 6 12] , then this
function (matrix- matrix derivative) mmDerivative (T,S) gives you a matrix dy which is the derivative of S w.r.t to T i.e.. velocity,quite helpful when you dont have a relation between two variables, but have their matrices

引用格式

Rusty (2024). mmDerivative(t,y) (https://www.mathworks.com/matlabcentral/fileexchange/49070-mmderivative-t-y), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Computational Geometry 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0