Alternatives for str2num function not supported for code generation
    6 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Hi All,
The following function `str2num` is not supported for code generation.
nodes  = str2num(char(G.Nodes.Name));  
The nodes names were assigned using the below
G = graph(tail,head);
G.Nodes.Name = cellstr(string(1:height(G.Nodes))');
Other instances where I'm using `str2num`
 t    = str2num(GraphEdges{edge}(1));
 h    = str2num(GraphEdges{edge}(2));
Suggestion on an alternate function to str2num that could be used for code generation will be really helpful.
2 件のコメント
  Stephen23
      
      
 2023 年 10 月 4 日
				STR2DOUBLE, SSCANF, etc... but which one to select depends largely on the data format.
参考
カテゴリ
				Help Center および File Exchange で Data Type Conversion についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


