CELL2CSV

hi, I need this function, it is found in old ver. I used matlab 2011 , is there a function like this in matlab 2011?
thanks

댓글 수: 1

Jan
Jan 2011년 12월 7일
This question can be answered by Google.

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

답변 (1개)

David Young
David Young 2011년 12월 6일

0 개 추천

Maybe you were using this file exchange contribution. It's unlikely that a FEX function would have the same name as something in the MATLAB distribution.

댓글 수: 5

huda nawaf
huda nawaf 2011년 12월 7일
yes, i see it in that link.
why this function is found in ver. 7 and is not found in ver. 11?
Walter Roberson
Walter Roberson 2011년 12월 7일
I find no evidence that cell2csv() has ever been shipped with MATLAB.
Of course any individual person might have downloaded cell2csv from the file exchange.
huda nawaf
huda nawaf 2011년 12월 8일
please walter how i can download it , i did not do that before
this function may solve my problem regarding store cellarray
thanks
Walter Roberson
Walter Roberson 2011년 12월 8일
You visit the page that David linked to, and you click on the Download link that is near the upper right corner. The direct link is http://www.mathworks.com/matlabcentral/fileexchange/7601-cell2csv?controller=file_infos&download=true
I doubt it will solve any storage problems, but you might as well go ahead and try.
When you get tired of trying yet more things that do not work, you could experiment with telling us what your program is intended to do and outlining your strategy for doing that.
I do not mean "I have to read in this file of indices": that is an approach you have taken towards solving whatever the program is really about. For example, is the program intended to calculate average raindrop size, or to calculate optimal placement for vacuum nozzles for a germanium-substrate fabrication machine, or to calculate filter coefficients for noise-cancelling headphones?
I have been asking your for that information for weeks but you keep avoiding the question.
huda nawaf
huda nawaf 2011년 12월 8일
No, I did not avoid your question. But maybe did not understand you.
sometime , I did not understand where my native language is not English.
I can understand papers , but I did not understand some notes here.
simply, what I want is store sequences of symbols in file , then I can process it in another program.
I got these symbols from int2aa function, where each number will be converted into 4 symbols using int2aa fun.
for ex.
seq1: 'fgsd' 'cvbl' 'asfg'.......
seq2: 'fghj' 'asdf' 'ghjk' 'dfhd'....
etc.
later , I want return these sequences as follow:
x(1,1)='fgsd' x(1,2)='cvbl'
x(2,1)='fghj'....etc
I can store it as above in file but when read it I faced problem.
many thanks, I'm grateful for you so much , u solved many problems I faced ,u made me love matlab

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

카테고리

도움말 센터File Exchange에서 Cell Arrays에 대해 자세히 알아보기

태그

질문:

2011년 12월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by