尝试检索 txt 文件时 matlab textread 命令出错
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论