Zubier Abdullah
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
how do i save unique words from a cell to a text file?
Hey guys I am trying to go through a number of text files and I want to find all of the unique words and save them in a diff...
7 years 前 | 1 个回答 | 0
1
个回答已回答
Unique Words in Multiple Files and Their Frequencies
So you would use something like this files = dir('*.TXT') N = numel(files) count = 0; for i = 1:length(fi...
Unique Words in Multiple Files and Their Frequencies
So you would use something like this files = dir('*.TXT') N = numel(files) count = 0; for i = 1:length(fi...
7 years 前 | 1
提问
How do I fix this code to copy text from a number of text files to a bunch of other text files?
I have a number of text files in a directory. I want to copy the contents of each of these text files into brand new text files ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Help in loading neural network data
Hey guys I am trying to load up some data for a neural network using the back propagation algorithm. The data that I have is g...
7 years 前 | 1 个回答 | 0
1
个回答提问
How do I remove the first 3 lines from all of the .txt files in a directory?
Hello everyone I am trying to preprocess a large batch of text files in Matlab. To do this, I have to remove the first coupl...
7 years 前 | 1 个回答 | 0