Julia Programming Language
How can I get the chunks of a given array
New to Julia
Mattriks
October 10, 2019, 5:40pm
5
or
using Statistics zx = 1.0*reshape(series, 12, :) zx .-= mean(zx, dims=1) mean(zx, dims=2)
1 Like
How can I draw 2 series in the same chart
show post in topic
Related topics
Topic
Replies
Views
Activity
Breaking a list into chunks of size N
General Usage
array
2
4985
December 25, 2019
Chunk an array
General Usage
array
,
iterators
5
707
July 21, 2023
Reshape a 1-D array into an array of different-size arrays
General Usage
7
2611
July 6, 2019
Flux.chunk error?
New to Julia
2
310
April 11, 2020
How to best reshape this array
General Usage
question
2
2477
October 8, 2018