stateestimation-ipm-forcomp.../@SEOpti/nle.m

8 lines
179 B
Mathematica
Raw Normal View History

function [ output_args ] = nle( this )
%NLE Summary of this function goes here
% Detailed explanation goes here
output_args=zeros(2*length(this.zerosInjectionIndex)+1,1);
end