Statistics
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
Feeds
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
answerQuestion
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
answerQuestion
Integrate f(t)dt where t is 1Xn matrix (A1, A2, A3, etc). Used syms t, fun = t, ht = matlabFuntion(int(fun,0,t), to define n convert the variables in the 1Xn matrix, the error massage is that its not possible to plot a graph of symbolic expression.
How to integrate f(t)dt where t is 1Xn matrix (eg., A1, A2, A3, etc.) 23 32 13 I used syms t; fun = t; ...
9 years ago | 1 answer | 0
