8 lines
183 B
Mathematica
8 lines
183 B
Mathematica
|
|
function [ output_args ] = nlrhs( this )
|
||
|
|
%NLRHS Summary of this function goes here
|
||
|
|
% Detailed explanation goes here
|
||
|
|
output_args=zeros(2*length(this.zerosInjectionIndex)+1,1);
|
||
|
|
|
||
|
|
end
|
||
|
|
|