How to share MATLAB Online generated CSV file with anyone?

조회 수: 5 (최근 30일)
Ivan Gonzalez Bustos
Ivan Gonzalez Bustos 2020년 4월 21일
편집: Ivan Gonzalez Bustos 2020년 4월 22일
I have created a CSV file in MATLAB Online. The file is updated everytime I run the code. I want to get a public static link to this specific file so that anyone (with or without access to MATLAB) can view it. Is this possible? If not, what other alternatives do I have?
I don't want to have to download the file everytime I generate it and then upload it to some external service. It would be convenient if I could run my code with one command from my phone and have the results published automatically.
I would use the sendmail function but it's not available. I would send an email to my gmail account and then use a Google Script to publish the attached file as a Google Sheet CSV file.

답변 (1개)

Kojiro Saito
Kojiro Saito 2020년 4월 21일
From MATLAB Online, you can share a file with others using MATLAB Drive.
First, create a folder and right click the folder, then go to "Share" -> "Create Link".
You can create a read-only URL link.
For accessing the file via that URL, MathWorks Account is necessary, but it does not care users can access to MATLAB or not.
For detail, please see the following document. Invitation Limits section is important because it explains the number of users who can access that shared folder.
  댓글 수: 1
Ivan Gonzalez Bustos
Ivan Gonzalez Bustos 2020년 4월 22일
편집: Ivan Gonzalez Bustos 2020년 4월 22일
Any way I can create a link to a single file? A public link that can be opened without any type of account whatsoever? Just a link to the file. Thinking of something like a github raw link.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by