view test/bug-59937/eval_global_script.m @ 31173:0abc9779f751

Tiff: modified readRGBAImage to use the orientation tag correctly * __tiff__.cc (F__tiff_read_rgba_image__): modified the way the image is read to use the orientation tag in the correct way.
author magedrifaat <magedrifaat@gmail.com>
date Tue, 16 Aug 2022 16:10:10 +0200
parents 1a20cb5be8da
children
line wrap: on
line source

new_var_name = matlab.lang.makeUniqueStrings ('somevar', who ());
eval (sprintf ("global %s", new_var_name))