필터 지우기
필터 지우기

Is fastaread supported in the R2015b compiler feature.

조회 수: 1 (최근 30일)
Eugene Fluder
Eugene Fluder 2016년 8월 1일
답변: Walter Roberson 2016년 8월 1일
works when executing a matlab ".m" file but get: "Undefined function 'fastaread' for input arguments of type 'char'." when running a compiled version

답변 (1개)

Walter Roberson
Walter Roberson 2016년 8월 1일
Nothing in the Bioinformatics Toolbox is supported for code generation. However, all the non-UI parts are supported for MATLAB Compiler, with the exception of affyread .
Depending exactly how you coded, you might need to add a comment to the code,
%#function fastaread
to tell it that there is a reference to fastaread that is not obvious.

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by