photo

Zubier Abdullah


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • First Answer
  • Revival Level 1
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

fast 7 Jahre vor | 1

Frage


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 ...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort