get_data
gets data from mydata_my_pet.m
Contents
Syntax
[data, auxData, metaData, txtData, weights] = get_data(my_pet)
Description
Gets all data set by mydata for any entry
Input:
- my_pet: character string with name of entry
Output:
- data: cell array with empirical data
- auxdata: cell array with auxiliary data
- metaData: cell array with meta-data
- txtData: cell array with text labels for data
- weights: cell array with weight coefficient used for parameter estimation
Remarks
This function first tries to find mydata_my_pet in local directory entries (typically only for curators); in failure, it downloads it from the web via powershell function wget. Make sure the your current directory does not have mydata_my_pet.m, since this file will be overwritten and deleted.