Accessing the url address of images in Matlab Drive
1 view (last 30 days)
Show older comments
Loïc Toraille
on 28 Jan 2023
Commented: Loïc Toraille
on 9 Feb 2023
Hi everyone,
I'd like to retrieve the url adress of images stored in my matlab drive, so that I can view them directly afterwards using an url bar.
I'd like to do that via command line because I have hundreds of images.
When using something like "fileattrib", I don't see a line with the url address.
Is there any way to do this?
Thanks
0 Comments
Accepted Answer
Walter Roberson
on 28 Jan 2023
The files on matlab drive cannot be remotely accessed individually. Even if you publicly share a folder, the share mechanisms do not permit naming individual files within the share.
I asked Mathworks about this a couple of years ago. There were ways to see internal references (using matlab online) but putting them together into a url did not work, and Mathworks confirmed to me that it could not work.
More Answers (1)
Hisham
on 31 Jan 2023
Hi Loïc - Can you provide more context into how/why you would this feature? It would help us see if there are alternative methods to achieve your goals, as well as provide insight into potentially enabling this in a future release.
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!