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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 1 个回答 | 0