photo

Harrison Onovo


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
235,914
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

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

View badges

Feeds

View by

Question


I want to write data generated from an integration done with ht = matlafunction(f,0,t), tvals =fun(int(f,0,t)); to excel. I have tried the following procedures:
xlswrite('trial_2',A,'1','A1'); xlswrite('Trial_1.xlsx',data,'1','B2'); voltage_sg = xlsread([PathName file_name], 'B:B'...

9 years ago | 1 answer | 0

1

answer

Question


I want write a data to excel;the data are generated from integration
I want to use xlswrite function to write data to excel, the data are generated from an integration done with this code: sym...

9 years ago | 1 answer | 0

1

answer