Problem 42324. Accessing value of variable whose name is stored in another variable as string.

Accessing value of variable whose name is stored in another variable as string. for example: var1=n; var2='var1'; %Assigning var1 as a string var3= var2; %want to give var1 value to var3 with out using var1 variable.

% do not give var3=n or var3=var1l

Solution Stats

72.31% Correct | 27.69% Incorrect
Last Solution submitted on Oct 03, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers45

Suggested Problems

More from this Author1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!