Answered
How to assign A or B or C to a Variable?
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 0

Answered
From variable name to data
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 2

Answered
For loop with dynamic variable name condition
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 0

Answered
How to read and loop through multiple files in a folder and assign them to unique variables.
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 0

Answered
Loops and subscripts. Is it possible to build a loop on, say "j" and refer to variables as "variable_1", "variable_2", "variable_last value of j"
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 1

Answered
having trouble with changing Matrix name
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 2

Answered
How to Rename all variables
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 1

Answered
How can I create a variable name from parts of another variable name
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 0

| accepted

Answered
about dynamic variable name for output
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 2

Answered
How to use a char variable name as a numeric variable
Use a simple cell array loop instead: C = cell(size(mymatrix)); n = size(mymatrix,1)/size(mymatrix,2); for k = 1:n-1 C{k...

7 years ago | 0

Answered
Convert cells from cell array to matrices
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 1

Answered
How to save an unknowm amount of matrixes? How to make boxplots of an unknown amount of matrixes?
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 0

Answered
Looping on one line
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 1

| accepted

Answered
How do I add a known vector to an existing matrix in a loop?
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 0

Answered
How to create many variables from a dataset?
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 1

Answered
How can I analyse multiple variables with similar names after importing them in a loop?
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 1

Answered
for loop output into matrix for pairwise comparisons
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 1

Answered
want to use a 'for' loop to swich between variables, like varname_1+n
https://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528...

7 years ago | 0

| accepted

Answered
Re-sizing structure arrays
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 0

Answered
using the int i as output name
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 1

Answered
Define a text string and use in variable name throughout script
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 1

Answered
Matlab Doesn't Recognize Fits Files (evalin, sprintf)?
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 0

Answered
How can I automatically create n variables in a matlab function
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 2

Answered
how to change variable name in loop
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 1

| accepted

Answered
hi , How do I activate the i (subscript) in Subscript[A, i] in order to display output in mm of array
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 1

Answered
Is it possible to iterate over a cell of strings in order to create new variables?
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 0

| accepted

Answered
how do I dynamically change variable name for dataset array?
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 0

Answered
Creating variables from iterative variables and output strings?
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 0

| accepted

Answered
How to concatenate multiple tables from a list of table names
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 1

Answered
using variables whose names are stored in another array
http://www.mathworks.com/help/matlab/matlab_prog/string-evaluation.html https://www.mathworks.com/matlabcentral/answers/304528-...

7 years ago | 0

Load more