Recent content by ExpoEra

  1. E

    MATLAB Matlab: Use string variable as variable name

    Thank you for you reply and it did solve part of my problem. But don't assume that people don't read the help documents. I spent two hours searching before I post this question. Now, the reason I had the original problem was that my variable names is more like "R_Time_for_lalala(x){z}", and...
  2. E

    MATLAB Matlab: Use string variable as variable name

    Hello all, How do you a string in a variable as a name for another variable? Like this: I have a variable called "Headings", inside it is a bunch of text [time, speed, distance]. Headings = [time, speed, distance] Now, I want to have a variable that uses the text inside "Headings" as...
Back
Top