How to find partial derivation for y with respect to x given y has a size of 3 by 300 and x has a size of 2 by 3?

1 view (last 30 days)
x=rand(2,3);
y=rand(3,300);
Derivation=diff(y)./diff(x);
It didnt work.

Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!