Wolfram Computation Meets Knowledge

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]

この項目は役に立ちましたか?
はい
いいえ

ご意見・ご提案がおありでしたらお書きください.

フィードバックをありがとうございました.

送信

サポートへのお問合せ

お支払い,アクティベーションに関する質問から技術的な質問まで,お気軽にお問い合せください.

販売代理店 (ライセンスをお持ちの方は、ご購入された代理店にお問い合わせください)

Hulinks

電話:03-5642-8380
Fax:03-5642-8381

soft.sales@hulinks.co.jp
Webサイト

日本電子計算株式会社

電話:03-5210-0184
Fax:03-5210-0229

math_info@cm.jip.co.jp
Webサイト

亘香通商株式会社

電話:045-320-2711
Fax:045-320-9342

sales@senko-corp.co.jp
Webサイト

株式会社シーエムディーラボ

電話:03-3408-8406
Fax:03-3408-8406

info@cmdlab.co.jp
Webサイト