Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Comaprison of Data in mat file.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi i have a data 2-10 V in mat file. I want to put 2V equal to zero in mat file. How it is possible to put 2v=0 in mat file ?
3 commentaires
Stephen23
le 6 Sep 2018
Modifié(e) : Stephen23
le 6 Sep 2018
"Hi i have a data 2-10 V in mat file. I want to put 2V equal to zero in mat file. How it is possible to put 2v=0 in mat file ?"
MATLAB requires variable names, fieldnames, function names, etc. to start with a letter. Your names do not follow this specification:
I would be very surprised if MATLAB could do anything with your .mat file, if those really are the names used.
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!