problem with installation MFITSIO
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Manage Products についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!