Azzera filtri
Azzera filtri

.pbm format and creating diagrams via the data generated form the matlab program

1 visualizzazione (ultimi 30 giorni)
I want to know that which programs could open the .pbm formats and where can I download them by free. the second thing I want to know is that I want to analyse the data from my programs. I should create diagrams; there is two ways: 1. I use matlab for this purpose 2. Use some programs like excel. I want to know how I can transfer data to excel from matlab.

Risposta accettata

Walter Roberson
Walter Roberson il 2 Ott 2011
It would probably take several weeks to list all of the programs that can read Portable BitMap (.pbm) files and list where those programs could be downloaded for free. A more specific query would help.
MATLAB's imread() can read .pbm files without difficulty.
You can use xlswrite() to write data to .xls files, or .xlsx if you are using MS Windows and have an appropriate version of Excel installed.
If you are using MS Windows and have an appropriate version of Excel installed, you can use the COM interface to control Excel from MATLAB.
What kind of analysis are you thinking of doing on your binary images? Most people prefer to use grayscale images or color images, but those are not supported by the .pbm file format.
  1 Commento
Zahra Arj
Zahra Arj il 2 Ott 2011
thank you for the answer; both of them were good.
I wanted to graph the data and then feet a line to them; I figured out that I can do it via matlab; but thank you for your guidance.

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by