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

Go to the source code of this file.

Functions

id deftypefn ()
 
if isempty (dataSet) error('Data set is empty')
 
end end error (['Variable 'name 'not found in data set'])
 

Variables

end for i
 
 return
 

Function Documentation

id deftypefn ( )
virtual

Definition at line 1 of file getQucsVariable.m.

end end error ( )

Here is the caller graph for this function:

if isempty ( dataSet  )

Variable Documentation

end for i
Initial value:
=1:numel(dataSet)
if strcmp(dataSet(i).name,name)
data = dataSet(i).data

Definition at line 24 of file getQucsVariable.m.

return

Definition at line 27 of file getQucsVariable.m.