How can I find exported files in the Wolfram Cloud?
In the Wolfram Cloud, you can use CloudExport to generate a cloud object that can be accessed through the cloud file browser:
In[1] := CloudExport[Plot[Sin[x], {x, 0, 10}], "PNG", "CloudExport"]
Out[1] = CloudObject[https://www.wolframcloud.com/obj/USERNAME/CloudExport]
If you use Export, a raw file will be generated in the current working directory in the Wolfram Cloud:
In[2] := Export["Export.png", Plot[Sin[x], {x, 0, 10}]]
Out[2] = Export.png
The raw file is a file that exists in the current working directory, but cannot be accessed through the cloud file browser, which can only display cloud objects:
In[3] := FileNames[]
Out[3] = {Base, CloudExport.png, CloudSymbol, Copied Files, Export.png, Published,
Resources}
To convert the existing raw file to an accessible cloud object, use CopyFile:
In[4] := CopyFile["Export.png",CloudObject["Export.png"],OverwriteTarget->True]
Out[4] = CloudObject[https://www.wolframcloud.com/obj/USERNAME/Export.png]
1-800-WOLFRAM (국제 전화는 +1-217-398-0700)
고객 지원
월요일 - 금요일
8am–5pm 중부 표준시
- 제품 등록 및 동기화
- 구매 전 정보 및 주문
- 설치 및 동작
고급 기술지원 (해당 고객을 대상으로)
월요일 - 목요일
8am–7pm 중부 표준시
금요일
8:30–10am & 11am–5pm 중부 표준시
- 우선적 기술지원
- Wolfram 전문가들의 제품 지원
- Wolfram 프로그래밍
- 고급 설치 지원