how to load and use data?

2 Ansichten (letzte 30 Tage)
jagannath mishra
jagannath mishra am 19 Mai 2013
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 Kommentare
Iman Ansari
Iman Ansari am 19 Mai 2013
Bearbeitet: Iman Ansari am 19 Mai 2013
Amith Kamath
Amith Kamath am 20 Mai 2013
Looks like you have special characters in the .XLS file. Double check the contents of the file before loading into MATLAB.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 20 Mai 2013
Do not use load() to load .xls files: use xlsread()

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by