Azzera filtri
Azzera filtri

numjac on a subset of variables

47 visualizzazioni (ultimi 30 giorni)
Riccardo
Riccardo il 20 Feb 2015
Risposto: Vinh Nguyen il 2 Mag 2017
I want to calculate the numerical Jacobian of my system using numjac.
It works fine with the regular syntax:
[Jac, FAC] = numjac(@(t,y)model(t,y,X,VAR),ttot,ytot',dydt,jac_tol,FAC);
However I don't need the full jacobian, but only the derivatives with respect to some y's. I can calculate the full one then select the needed lines, but it is a waste of computational time. How can I calculate the jacobian only where I need it?

Risposte (1)

Vinh Nguyen
Vinh Nguyen il 2 Mag 2017
I think you can do that by providing the Jacobian Structure. You can set the Jacobian Structure element 0 or 1. 1 for the derivatives respective to your variables you need.

Categorie

Scopri di più su Systems of Nonlinear Equations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by