Feeds
질문
write cell array of strings in text file
I would like to save my cell array of strings in a *.txt file. A simple way is like the following: filePh = fopen('features...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
save cell array of strings and doubles to excel file
Hi, a simple question. How to save a cell array to a *.xls file? my cell array consists of 2 arrays. one is array of strings...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
find a cell array of strings in another cell array of strings
I have two cell array of strings, say A and B. I would like to find all cells in B, in which cells of A are occurred! for exampl...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
work with large matrix by using memmapfile
I would like to map a very large matrix to memory to work with it. For example, I have a matrix of real numbers of size 1000...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Working with a very large matrix
I would like to make a large matrix of size ~20000000 * 20000 and working with it. But it is not allowed because of memory sho...
9년 초과 전 | 답변 수: 1 | 0
