CELL2CSV

2 次查看(过去 30 天)
huda nawaf
huda nawaf 2011-12-6
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
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 个评论
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by