Is fastaread supported in the R2015b compiler feature.
    4 views (last 30 days)
  
       Show older comments
    
works when executing a matlab ".m" file but get: "Undefined function 'fastaread' for input arguments of type 'char'." when running a compiled version
0 Comments
Answers (1)
  Walter Roberson
      
      
 on 1 Aug 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.
0 Comments
See Also
Categories
				Find more on Bioinformatics Toolbox in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
