My Project
0.0.16
QUCS Mapping
|
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 |
|
virtual |
Definition at line 1 of file showQucsDataSet.m.
fprintf | ( | 1 | , |
'------------------------------------------------------------\n' | |||
) |
fprintf | ( | 1 | , |
'Variable Dependency Length\n' | |||
) |
end fprintf | ( | 1 | , |
'------------------------------------------------------------\n\n' | |||
) |
showQucsDataSet | ( | @var{dataset} | ) |
Definition at line 2 of file showQucsDataSet.m.
for i |
end deftypefn nData set is empty n n |
Definition at line 13 of file showQucsDataSet.m.