I received 3 .mat files that each contain several daily maps. I need to take them and get them into ArcMap (10.2 if that matters) as a .tif with spatial information. I have already used the R.matlab package to read the .mat files and successfully did it for one day, however I do not want to have to write hundreds of lines of code to repeat it for the remaining days. Here is my successful code:
library(R.matlab) library(raster) library(sp) library(rgdal) setwd("C:/Users/Heidi Church/Documents/Thesis/FSLE") FSLE2006mat
library(R.matlab) library(raster) library(sp) library(rgdal) setwd("C:/Users/Heidi Church/Documents/Thesis/FSLE") FSLE2006mat