Community Profile

photo

Yenifer Ramirez


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Plot text (x axis) vs. y axis (numbers)
Hello I am trying to plot a set of data in which the x-axis is text and the y-axis is numbers. My y-axis is a set of 9504 number...

4 years ago | 2 answers | 0

2

answers

Question


Looping through numbers in file and adding first two numbers then next two and so on
A = [1 2 3 4 5] 1+2 = 3 2+3 = 5 3+4 = 7 4+5 = 9 How can I loop through an array of numbers like above while storing the num...

4 years ago | 2 answers | 0

2

answers