photo

Abhijit Bari


Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
0 Answers

ThingSpeak

1 Public Channel

RANK
118,189
of 300,392

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
50

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Channel


medicare
healthcare

7 years ago

Question


I am new to matlab and I want to show my excel data as a table in axes in gui using GUIDE. I am reading the table from the excel sheet and trying to convert it into uitable and display it in axes. How can i do that?
function Emergency_selection_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see Outp...

7 years ago | 0 answers | 0

0

answers

Question


i am trying to enter data into an excel spreadsheet through matlab by prompting the user to enter string . The next data doesn't go to the next row in the spreadsheet
for a = 1:(desired_number) det_1=[] con_1=[] disease_1=[] det = 'Enter the details for patient '; ...

7 years ago | 1 answer | 0

1

answer