I have got a .pmd file as an output when I run C++. This .pmd file contains information of an image (like similar blocks), how can I read this .pmd file in MATLAB and get an image output?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
If there is a code available, then pls let me know.
[Merged from duplicate question]
When I run a C++ code, I get this .pmd file and it contains the information of x and y axis values. Currently, I am using fopen and fread functions.
2 Kommentare
Walter Roberson
am 14 Sep. 2016
Please confirm that your .pmd files are intended to be Adobe Pagemaker compatible. If they are not, then we are going to need a reference for the file format, or at least an example.
Walter Roberson
am 21 Sep. 2016
Dr. Siva Srinivas Kolukula commented about the duplicate question:
how the file .pmd is? If it is ascii you can use textscan, load , import etc. depending on it's structure.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Other Formats finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!