Statistics
3 Questions
0 Answers
RANK
185,941
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0