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:

Output:

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.