mappedNames = pwConnectNames(names1, names2) Opens a GUI to allows for mapping names2 against names1.
names1 Cell array of strings
names2 Cell array of strings which should be mapped to names1,
i.e. mappedNames{i} is a string of names2 which
corresponds to names1{i}.
mappedNames Cell array of mapped names.
This function is primarily used to map columns of external data files against observation functions in models, but it can also be used for other mapping tasks. Currently, the GUI labeling is adapted for the data column mapping task.