uiget problem larger data cell

1 回表示 (過去 30 日間)
murat
murat 2012 年 6 月 21 日
Hi all,
I have 170 asc files and I try to combine them in a excel file. the question is about the selecting them by using the uiget code.
first to select the files
[filename, pathname, filterindex] = uigetfile( ...
{ '*.asc','ASCII (*.asc)'; ...
'*.mat','MAT-files (*.mat)'; ...
'*.*', 'All Files (*.*)'}, ...
'Pick a file', ...
'MultiSelect', 'on');
D=filename';
size (D);
d=ans;
c=d(1);
I used this code then try to write name from d and etc. but the error is related to not working the asc files after from 136 asc files.
so uiget code does not work for 137 and more asc files..
I m using matlab 7 and windows 7 ultimate 64 bit with 2010 ms office.
thanks in advance..
  2 件のコメント
Walter Roberson
Walter Roberson 2012 年 6 月 21 日
What error message do you observe, or do you just not get the correct size back?
murat
murat 2012 年 6 月 21 日
if I select 136 asc file, it is ok but if I select more than 136 files, I get the D matrix as ñ .. not defined. so the codes later does not work..

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by