尝试检索 txt 文件时 matlab textread 命令出错

发布于 2025-01-10 15:24:49 字数 411 浏览 2 评论 0原文

我正在尝试使用 textread 命令从 matlab 检索 txt 文件,但每次都会收到以下错误。我也尝试过使用 textscan 命令,但 Matlab 响应说输出参数太多。

文本读取错误(第 171 行) [varargout{1:nlhs}]=dataread('文件',varargin{:}); %#ok

[mydates, x_open, x_high, x_low, x_close, x_adjclose, my_volume] = textread('C:\Users\yousu\Documents\MATLAB\TSLA_prices_Jun2020_Feb2022.txt', '%f %f %f %f %f%f', 'headerlines', 1);

我也尝试过删除完整路径并仅使用文件名,但没有成功

I am trying to retrieve a txt file from matlab with the textread command but i get the below error every time. I have tried using the textscan command as well but Matlab responds that there is too many output arguments.

Error in textread (line 171)
[varargout{1:nlhs}]=dataread('file',varargin{:}); %#ok

[mydates, x_open, x_high, x_low, x_close, x_adjclose, my_volume] = textread('C:\Users\yousu\Documents\MATLAB\TSLA_prices_Jun2020_Feb2022.txt', '%f %f %f %f %f%f', 'headerlines', 1);

i have also tried removing the full pathway and using only the file name but with no success

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文