function

plotvar - Plot a fls input(s) or output(s) variable(s)

Calling Sequence

plotvar( fls, inpout, var_number [,npt] )

Parameters

Description

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);

Examples

// 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);

See Also

plotsurf ,   printrule ,   newfls ,   fls_structure ,  

Author

Jaime Urzua Grez