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 Comment

Jan
Jan on 7 Dec 2011
This question can be answered by Google.

Sign in to comment.

Answers (1)

David Young
David Young on 6 Dec 2011

0 votes

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 Comments

huda nawaf
huda nawaf on 7 Dec 2011
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 on 7 Dec 2011
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 on 8 Dec 2011
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 on 8 Dec 2011
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 on 8 Dec 2011
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

Sign in to comment.

Categories

Tags

Asked:

on 6 Dec 2011

Community Treasure Hunt

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

Start Hunting!