Community Profile

photo

Andrew Lackey


Last seen: 2年以上 前 2021 年からアクティブ

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


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...

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

1

回答

質問


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 = ...

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

1

回答

質問


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 ...

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

1

回答

質問


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...

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

1

回答

質問


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...

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

1

回答

質問


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] ...

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

1

回答