We do not support the reading of the metadata setting from the thingSpeakRead function, but you can use webread.
indoorChannelData = webread(strcat(‘https://api.thingspeak.com/channels/’, …
num2str(indoorChannelID), …
‘/feeds.json?metadata=true&api_key=’, …
indoorChannelReadKey));