Borrar filtros
Borrar filtros

Is fastaread supported in the R2015b compiler feature.

1 visualización (últimos 30 días)
Eugene Fluder
Eugene Fluder el 1 de Ag. de 2016
Respondida: Walter Roberson el 1 de Ag. de 2016
works when executing a matlab ".m" file but get: "Undefined function 'fastaread' for input arguments of type 'char'." when running a compiled version

Respuestas (1)

Walter Roberson
Walter Roberson el 1 de Ag. de 2016
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.

Categorías

Más información sobre Data Import and Export en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by