Write a binary string on .csv file in the same location
2 views (last 30 days)
Show older comments
I have imported a .csv file on matlab and I now have to write on it some data. I need to convert a number on the .csv file from decimal to binary, and then write the binary on a different location on the .csv file, but what happens is that it creates another file with the same title and writes there the number. Moreover it doesn't print on the same location, but starts from that location and then continues on the columns on its right. The code I write is csvwrite('fileName.csv', binaryValue, row, column)
0 Comments
Answers (0)
See Also
Categories
Find more on String Parsing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!