Export Fourier series coefficient into workspace variables
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ludovico
le 18 Sep 2015
Réponse apportée : André Ivaniski Mello
le 7 Jan 2020
Hi guys, i need to export the results from a Fourier series a0,a1,b1 into variables of the workspace, in order to further elaborate them. If i use the CFTOOL manually there is no problem, since i can save this data output easily. The problem comes when i try to do it in textcode from the editor, since i have to postprocess a huge amount of data files and was trying to generate a code to do this process automatically. For the Fourier series i am using the following code:
[fitobject]=fit(var1,var2,'fourier1') [fitresult,gof]=fitobject(a0,a1,b1)
with a0,a1,b1 as global var. Thx to those willing to help a disperate newby :D
0 commentaires
Réponse acceptée
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!