Community Profile

photo

Gopika Rajan


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Write cell array defined by a variable to a excel file
Hello, I have a cell array that I get after processing data which needs to be written to a excel file. For some reason, fprintf...

4 years ago | 2 answers | 0

2

answers

Question


Output name same as input names but with an extra word at the end to distinguish
Hello , I have many files in a folder . I have written a matlab code to do something. Now I am looking to save the output file ...

4 years ago | 1 answer | 0

1

answer

Answered
Splitting one column into multiple columns
Here is the script i have been working on. The first five rows have een removed. fid = fopen('LE.txt', 'r') ; % ...

4 years ago | 0

Question


Splitting one column into multiple columns
Hello, I am writing a script to split a singe cell to 9 columns. Here is the sample data. I want to be able to do some operatio...

4 years ago | 4 answers | 0

4

answers

Question


How to loop through all files in subfolders in a main folder?
Hello, I have a main folder and several subfolders in it. Each subfolder has several files within them. I want to create a lo...

5 years ago | 1 answer | 1

1

answer