functionplotvar - Plot a fls input(s) or output(s) variable(s)
plotvar plot the member function of input or output variable from the fls structure. The parameter npt means the number or partitions of the variable domain (the default value is 101 partitions);
// READ A FLS fls=loadfls(flt_path()+"demos/fan1.fls"); // Plot inputs variables with 1001 partitions xbasc(); plotvar(fls,"input",[1 2],1001); halt(); // Plot output variable with default values plotvar(fls,"output",1);
plotsurf , printrule , newfls , fls_structure ,
Jaime Urzua Grez