express function as function handles

How can i express this function as a function handle @dints
function f = dint2(x, y)
tmp=[];
for ii=1:1:length(x)
tmp(ii)=x(ii) * y^2 *density(x(ii),y);
end
f=tmp;
end

Risposte (1)

Categorie

Scopri di più su Mathematics in Centro assistenza e File Exchange

Richiesto:

il 16 Apr 2019

Commentato:

il 16 Apr 2019

Community Treasure Hunt

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

Start Hunting!

Translated by