indexing in Mat file
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
kalpana
le 24 Jan 2014
Commenté : Walter Roberson
le 24 Jan 2014
I ran my .m program and saved the result in .mat file like
save(['C:\Users\Public\Documents\Matlab_code\MATLAB\two_variables.mat'], 'K_value', 'A_K', 'B_K', 'sum_pii_bye_Ak', 'root1', 'length_from_sumpiibyeAk_to_meu','pi_i2','v2_bar');
Again, when i ran the same .m program and tried to save the result in .mat file, then the result of .m file are not getting stored in the next row of the .mat file. Instead , overlapping is done with the previously stored values in the .mat file.
When i run the .m program again & again, the results should be stored in the .mat file in the row after the previously stored row. How to do this? please. Can anyone help me?
-- kalpana
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!