My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
showQucsDataSet.m File Reference

Go to the source code of this file.

Functions

id deftypefn ()
 
 showQucsDataSet (@var{dataset})%Shows the content of the Qucs dataset @var
 
end deftypefn Copyright (C) 2010 by Eberhard Gamm< eberhard.gamm @gmx.de >%Published under GNU General Public License(GPL V2).No warranty at all.function showQucsDataSet(dataSet)%Show contents of data set if isempty(dataSet) fprintf(1
 
else fprintf (1,'\nContents of data set:\n')
 
 fprintf (1,'------------------------------------------------------------\n')
 
 fprintf (1,'Variable Dependency Length\n')
 
end fprintf (1,'------------------------------------------------------------\n\n')
 

Variables

end deftypefn nData set is empty n n
 
for i
 

Function Documentation

end deftypefn Copyright ( C  )
id deftypefn ( )
virtual

Definition at line 1 of file showQucsDataSet.m.

else fprintf ( ,
'\nContents of data set:\n  
)

Here is the caller graph for this function:

fprintf ( ,
'------------------------------------------------------------\n  
)
fprintf ( ,
'Variable Dependency Length\n  
)
end fprintf ( ,
'------------------------------------------------------------\n\n  
)
showQucsDataSet ( @var{dataset )

Definition at line 2 of file showQucsDataSet.m.

Variable Documentation

for i
Initial value:
= 1:length(dataSet)
fprintf(1,'%-24s %-24s %10d\n',dataSet(i).name,...
dataSet(i).nameDep,dataSet(i).len)

Definition at line 19 of file showQucsDataSet.m.

end deftypefn nData set is empty n n

Definition at line 13 of file showQucsDataSet.m.