Mathematica Excel/Mathematica Extracting Data with a twist

  • Thread starter Thread starter fujiheero
  • Start date Start date
  • Tags Tags
    Data
AI Thread Summary
To extract specific data points from a matrix in Mathematica, the method expr[[m;;n;;s]] can be used, where 'expr' represents the matrix, 'm' is the starting index, 'n' is the ending index, and 's' is the step size indicating every nth element to extract. This approach allows for efficient data selection, enabling the analysis of every 50th or 100th point from a larger dataset imported from Excel. For further details, the Mathematica documentation on the Part function provides additional insights.
fujiheero
Messages
2
Reaction score
0
I am trying to extract data to mathematica from Excel. I understand the Import function and i can get all my 2500 Points into Mathematica however, I only need to analyze every 100th or every 50th point to plot on my graph in mathematica. My question is:

Is there a way to extract data within a matrix but only extract every nth cell? (in either mathematica or excel).

Thanks in advance.
 
Physics news on Phys.org
Thank you!
 

Similar threads

Replies
4
Views
3K
Replies
4
Views
1K
Replies
5
Views
3K
Replies
18
Views
4K
Replies
3
Views
2K
Back
Top