Statistiques
3 Questions
0 Réponses
RANG
235 286
of 300 853
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 094
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 319
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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'...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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; ...
environ 9 ans il y a | 1 réponse | 0
