Horje
automatic legend matlab Code Example
automatic legend matlab
str = {strcat('z = ' , num2str(z))}  % at the end of first loop, z being loop output
str = [str , strcat('z = ' , num2str(z))] % after 2nd loop
% plot your data
legend(str{:})




Cpp

Related
c++ random number Code Example c++ random number Code Example
add variable to legend matlab Code Example add variable to legend matlab Code Example
c++ output Code Example c++ output Code Example
sort c++ Code Example sort c++ Code Example
how to grab numbers from string in cpp Code Example how to grab numbers from string in cpp Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9