Developing and plotting data in Excel.

Click For Summary
To create a series of numbers corresponding to voltages for plotting, the user seeks assistance in generating a simple numerical sequence from 0 to 6. The goal is to plot voltages measured at various nodes in a dielectric material against these numbers on the x-axis. The provided voltages are 0.854, 0.756, 0.659, 0.589, 0.458, 0.365, and 0.000, which need to be paired with the corresponding x-values from 6 to 0. The user is advised to use a formula to generate the x-values by incrementing from 0 and utilizing the drag-and-fill feature in spreadsheet software. Once the data is organized, the user can create a scatter plot to visualize the relationship between voltage and the x-values. The spacing between nodes is determined by a delta of 1/N, where N is the number of rows.
brad sue
Messages
270
Reaction score
0
Hi ,
I want to create a simple series which give me the following:

0
1
2
3
4
5
.
.
.

from the cells.
Please can some help me with it?

what I really doing is:


I have a set of numbers which represent voltages (of a nodes) inside a dielectric.
say:

0.854
0.756
0.659
0.589
0.458
0.365
0

I want to plot them as the voltage for y-axis , and X for x axis.
So I need to make them correspond like this:


VOLT X
0.854 6
0.756 5
0.659 4
0.589 3
0.458 2
0.365 1
0.000 0

I need to create this colum ( on the side ) to be able to plot the different voltages.
The voltages are computed at the nodes that have distant each other by delta=1/N where N is the number of rows(here 7).
I don't know if this information is relevant to solve this isue.

Thank you
B
 
Last edited:
Technology news on Phys.org
Try:
row 1 = 0
row 2 = row 1+1
row 3 = row 2+1
etc etc by drag duplicate formula
 
It is not clear what you question is?

you can start a pattern then grab the black square which will appear in the lower right hand corner to do a auto fill. Once you have the columns you need, select them and pick SCATTER PLOT from the chart type menu.
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 0 ·
Replies
0
Views
629
  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 0 ·
Replies
0
Views
593
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
3K
  • · Replies 21 ·
Replies
21
Views
5K
Replies
4
Views
4K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K