필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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.

채택된 답변

Walter Roberson
Walter Roberson 2011년 10월 2일
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
Zahra Arj
Zahra Arj 2011년 10월 2일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by