Skip to content
Snippets Groups Projects
Commit 86646305 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

use cell2mat since cell2str does not exist

parent a76428e8
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ classdef SCDclass_algo
nout = numel(targetnames);
fprintf('Calling init function ''%s'', assigning its output to ''%s'' ...\n',...
char(initfunction),cell2str(targetnames));
char(initfunction),cell2mat(targetnames));
if ischar(initfunction)
initcmd=sprintf('%s(obj);', initfunction);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment