w.txt in machine learning
이전 댓글 표시
When I am trying to do the command for readtable("w.txt"). I don't have the file. Could you please help?
댓글 수: 1
Image Analyst
2025년 12월 29일
I have no idea why you're trying to read in w.txt if you don't have it. Why are you? Why don't you read in your data files that you do have instead?
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
답변 (1개)
Walter Roberson
2025년 12월 29일
0 개 추천
w.txt is attached to https://www.mathworks.com/matlabcentral/answers/329780-in-matalb-r2008-this-error-apperas-error-using-feval-undefined-function-or-method-edit6_callb
As it appears to be MATLAB code, readtable() of it would be ... interesting.
댓글 수: 1
Image Analyst
2025년 12월 29일
Not sure that is the one he's talking about. That one looks like
% HLDA (Heuristic Logical Design Algorithm)
%
% Usage: [exitFlag lightpathTable lightpathRoutingMatrix numberOfOccupiedTWCs numberOfOccupiedTxs numberOfOccupiedRxs] =
% libraryVTD_HLDA(traff_trafficMatrix, phys)
%
% Abstract: this algorithm solves the virtual topology desing problem by
% means of the HDLA algorithm. This algorithm attempts to maximize single
% (virtual)-hop traffic flow. It aims at minimizing congestion in a given
% network.
so it's not a table of data.
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!