gpt4 book ai didi

python - "Undefined variable "py "or class"尝试从 MATLAB R2014b 加载 Python 时?

转载 作者:太空宇宙 更新时间:2023-11-03 20:28:07 25 4
gpt4 key购买 nike

def c1(a1,b1):
a1=2
b1=3
cc=a1+b1
return cc

我已经将这个函数保存在test.py 中。当我在 MATLAB 中使用这个函数时,我遇到了这个问题:

import py.test.* c1(2,3)
Undefined function 'c1' for input arguments
of type 'double'.
py.test.c1(2,3)
Undefined variable "py" or class
"py.test.c1".

如何在 MATLAB R2014b 中使用 .py 函数?

最佳答案

如果您收到以下错误消息,则表明发生了故障。

Undefined variable "py" or class

这里有很多地方可能是错误的,Mathworks 实际上设置了一个 whole tutorial了解如何解决此问题。 (页面标题实际上是:Undefined variable "py"or function "py.command",所以它应该包含你需要的大部分内容)

检查以下内容:

  • 未安装 Python
  • Windows 平台上的 64 位/32 位 Python 版本
  • MATLAB 找不到 Python
  • 用户定义的 Python 模块出错
  • Python 模块不在 Python 搜索路径上
  • 模块名称冲突
  • Python 尝试在错误的模块中执行命令

关于python - "Undefined variable "py "or class"尝试从 MATLAB R2014b 加载 Python 时?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37152895/

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