gpt4 book ai didi

exception - 在mathematica中找不到文件时抛出异常

转载 作者:行者123 更新时间:2023-12-02 08:55:38 24 4
gpt4 key购买 nike

我有一个函数可以处理用户指定路径的图像。我对 Mathematica 有点陌生,在它的大型文档中找不到太多内容。当 Import[myFile] 失败时如何抛出异常?我能做到吗?

非常感谢。

最佳答案

一个简单的原型(prototype)是

Catch[
Check[img = Import["myFile"], Throw[$Failed], Import::nffil];
Print["Processing image"]
]

如果需要,您可以在其中使用标签使CatchThrow更有针对性。

关于exception - 在mathematica中找不到文件时抛出异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5135233/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com