Community Profile

photo

Sravya Pulavarthi

Last seen: 2 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
writing cell array to file
Hi Amjad, you can use readtable and writetable to do this: >> r = readtable(input_file_name); >> N = 3; % Since you want to ex...

3 years ago | 0

| accepted

Answered
How to import filtered excel sheet with readtable()?
Hi Nikhil, you should be able to import all rows of the spreadsheet with readtable by default even though some have been filtere...

3 years ago | 0