필터 지우기
필터 지우기

how to load and use data?

조회 수: 1 (최근 30일)
jagannath mishra
jagannath mishra 2013년 5월 19일
sir ,i have an image and i find out a learned dictionary for the image and store it by using "xlswrite".then i find out the sparse of an image and also store it in the same way.now i want to multiply these two "xls" files.when i tried to load them on my command window by using "k=load('name.xls')",it shows an ERROR like"??? Error using ==> load Unknown text on line number 1 of ASCII file C:\Users\kiit\Documents\MATLAB\dict.xls"ÐÏࡱá"."please tell me how to fix it or tell me how to save the "dictionary" and my "matrix" for my further use.PLEASE HELP.THANKS IN ADVANCE.
  댓글 수: 2
Iman Ansari
Iman Ansari 2013년 5월 19일
편집: Iman Ansari 2013년 5월 19일
Amith Kamath
Amith Kamath 2013년 5월 20일
Looks like you have special characters in the .XLS file. Double check the contents of the file before loading into MATLAB.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2013년 5월 20일
Do not use load() to load .xls files: use xlsread()

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by