struct — create a struct
st=struct(field1,value1,field2,value2...)
strings represents the fields names
all data type (double, char, int, ...), represents the fields values
This function returns a struct with the fields names
fields1, field2, ..., and the fields values
corresponding value1, value2, ...