【问题标题】:I facing problem while take Dataset as input in MATLAB我在 MATLAB 中将数据集作为输入时遇到问题 【发布时间】:2023-01-13 21:44:22 【问题描述】: 我将一个数据集作为输入,但在编译时返回错误enter image description here 我想以这种方式运行我的代码! 【问题讨论】: 标签: matlab matlab-guide matlab-compiler 【解决方案1】: 尝试: data = importdata('data.txt') ; 【讨论】: