photo

mohamad basma


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
227,632
of 301,432

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


How to read xlsx file after importing the file from UGI
The first step of the code was: [file,path,filter] = uigetfile({'*.xlsx'},'Select the Excel file'); Im looking for the ...

10 years ago | 1 answer | 0

1

answer

Answered
Retrieving data from txt file.
[FileName1,PathName] = uigetfile('*.xlsx','Select the excel file') [num,txt1,raw] = xlsread(fullfile(PathName,FileName1)) H...

10 years ago | 0