Info
This question is closed. Reopen it to edit or answer.
Comaprison of Data in mat file.
2 views (last 30 days)
Show older comments
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 Comments
Stephen23
on 6 Sep 2018
Edited: Stephen23
on 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.
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!