Andrew Lackey
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
89,064
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
How to change variable value for every iteration in a for loop?
I have an equation within a for loop that uses multiple variables. All of the variables (except for variable a) are given in a t...
3 years ago | 1 answer | 0
1
answerQuestion
How to set a column vector as a legend name within multiple plots?
I have a for loop that creates a figure with 5 plots. I am trying to set a legend so that each plot says "A = 0", "A = 4", "A = ...
3 years ago | 1 answer | 0
1
answerQuestion
How to loop through multiple text files and make plot for each one in a single script?
I have 5 text files that have the same exact variables and column formats. The txt. files are named a1.txt, a2.txt, etc. I have ...
3 years ago | 1 answer | 0
1
answerQuestion
How to make a variable negative if another variable is negative?
I have two columns (X & Y) full of numbers 200 numbers in a text file. All values of X are positive, while the values of Y are...
3 years ago | 1 answer | 0
1
answerQuestion
How to store a new variable based on a range from another column?
I have a .txt file with 2 columns (X,Y). I would like to create a variable that represents a range of Y, but have that range b...
3 years ago | 1 answer | 0
1
answerQuestion
How to add consecutive numbers from a column in a .txt file?
I am trying to add consecutive elements in a column and then print the new column. For example the column: [1 1 8 2 3 1] ...
3 years ago | 1 answer | 0