- #1
mashiling
- 2
- 0
Dear Friends/Experts,
I have below code for execution but got error. Any anyone pin point and correct me please?
function H = autclus
for i = 1:500
V = eval(['G' int2str(i)]);
end
end
? Error using ==> eval
Undefined function or variable 'G1'.
Error in ==> autclus at 10
V = eval(['G' int2str(i)]);
I have below code for execution but got error. Any anyone pin point and correct me please?
function H = autclus
for i = 1:500
V = eval(['G' int2str(i)]);
end
end
? Error using ==> eval
Undefined function or variable 'G1'.
Error in ==> autclus at 10
V = eval(['G' int2str(i)]);