problem with installation MFITSIO

1 回表示 (過去 30 日間)
Pavel
Pavel 2012 年 10 月 28 日
Hello all.
I have MacOSX 10.7.5 and I would like to install MFITSIO interface for Matlab (<http://public.lanl.gov/eads/mfitsio/> ). So, I downloaded source file (<http://public.lanl.gov/eads/mfitsio/download/src/> ) and I have make-file with option "CC = mex" and other options. But I can't do just "make" in source directory, because bash don't know about mex. And I try to use mex in Matlab.
How can I use Makefile with mex?
If I try to compile without Makefile, how can I do Makefile-command sort of
fits_read_image.c $(HEADERS) $(C_FILES)
$(CC) fits_read_image.c $(CFLAGS)
with mex? That is use headers and other options.
Thanks in advance.

回答 (0 件)

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by