photo

John


2014 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Using strings as variable names in a for loop
What I would like to do is: K2006=20; k2007=30; years={'2006','2007'} for i = 1:2 mystr=strcat('K',years{i}...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


How do I add a string to a cell?
I have a 1x4 cell array containing strings, that I got using [num,txt]=xlsread(...). Now I would like to add another string, so...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


Saving variables to file with desired precision
Suppose I want to save the value of a variable, say sqrt(2), to a file, keeping a given number of digits, for example 30 digits,...

10年以上 前 | 1 件の回答 | 0

1

回答