No BSD License  

Highlights from
GUI for the performance analysis of pedelecs

image thumbnail
from GUI for the performance analysis of pedelecs by Jan Cappelle
Modeling the behaviour of electric bicycles

lookfora(x,y)
function lookfora = lookfora(x,y)


%lookfor(x,y) with x a string that should be a field of the variable y,
%returns the variable stored in y.x

if isfield(y,x)==0
   lookfora=[];
else 
    lookfora=getfield(getfield(y,x),'d');
end

Contact us at files@mathworks.com