simemobilecity.utilsΒΆ

Here popular basic methods are noted.

Functions

column(data) Convert given row list matrix into column list matrix
copy(source, target) Copy a specified file to a specified location.
load(link) Load pickled object from the specified folder.
mkdirp(directory) Create directory if it does not exist.
replace(file_link, old, new) Replace a given string in a file.
save(obj, link) Save an object using pickle in the specified link.
tic() MATLAB tic replica - return current time.
toc(t[, message, is_print]) MATLAB toc replica - return time difference to tic and alternatively print a message.