代码搜索结果
找到约 10,000 项符合
N 的代码
n_simp2.m
% function y=n_simp2(x)
%
% Simplifies strings from tree_ga2 etc.
%
% Input
% x - population matrix
% Output
% y - simplified population martrix
function y_pop=n_simp2(x_pop)
n_simp2.m
% function y=n_simp2(x)
%
% Simplifies strings from tree_ga2 etc.
%
% Input
% x - population matrix
% Output
% y - simplified population martrix
%
% Author Date