フィルターのクリア

solution for out of memory error ????

1 回表示 (過去 30 日間)
tauqeer
tauqeer 2013 年 5 月 13 日
>> name=uigetfile('*.*');
file_open=fopen(name,'r');
file_read=fread(file_open,'uint8');
fclose(file_open);
a=file_read;
Max=max(histc(a,unique(a)));
L=zeros(length(a),1);
x=a;
>> BWT=zeros(length(a),Max+1);
* Out of memory. Type HELP MEMORY for
your options.*
If any one can help me what this out of memory means typed help memory but was not able to resolve in fact undertsand ths

回答 (0 件)

カテゴリ

Help Center および File ExchangeMultidimensional Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by