Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.7K+ articles
Julia
253+ articles
Julia Array-functions
9 posts
Recent Articles
Popular Articles
Get all array elements with true values in Julia | Array findall() Method
Last Updated: 23 March 2020
The findall() is an inbuilt function in julia which is used to return a vector of indices or keys of the all true values from the specified array A. If such true values ar...
read more
Julia
Julia Array-functions
Get index of first true value of array in Julia | Array findfirst() Method
Last Updated: 23 March 2020
The findfirst() is an inbuilt function in julia which is used to return the index or key of the first true value in the specified array. Here values of index or key start ...
read more
Julia
Julia Array-functions
Get index of last true value of array in Julia | Array findlast() Method
Last Updated: 23 March 2020
The findlast() is an inbuilt function in julia which is used to return the index or key of the last true value in the specified array. Here values of index or key start fr...
read more
Julia
Julia Array-functions
Get next true value from a given array index in Julia | Array findnext() Method
Last Updated: 23 March 2020
The findnext() is an inbuilt function in julia which is used to return the next coming index after or including i of a true element of the specified array A, or returns ze...
read more
Julia
Julia Array-functions
Get previous true value from a given array index in Julia | Array findprev() Method
Last Updated: 23 March 2020
The findprev() is an inbuilt function in julia which is used to return the previous index before or including i of a true element of the specified array A, or returns zero...
read more
Julia
Julia Array-functions
Reshaping array dimensions in Julia | Array reshape() Method
Last Updated: 23 March 2020
The reshape() is an inbuilt function in julia which is used to return an array with the same data as the specified array, but with different specified dimension sizes.Synt...
read more
Julia
Julia Array-functions
Reshaping array as a vector in Julia - vec() Method
Last Updated: 25 March 2020
The vec() is an inbuilt function in julia which is used to reshape the specified array as a one-dimensional column vector i.e, 1D array.Syntax: vec(a::AbstractArray)Parame...
read more
Julia
Julia Array-functions
Sorting of Arrays in Julia
Last Updated: 28 April 2025
The process of arranging the given data in a particular order or manner depends on the output. It is storing of data in sorted order. Sorting can be done in two ways i.e i...
read more
Picked
Julia
julia-array
Julia Array-functions
Searching in Array for a given element in Julia
Last Updated: 10 May 2020
Given an array (1D, 2D or 3D), and an element to look for in the array. If the element is present in the array, then print the position of the element in the array, else p...
read more
Picked
Julia
julia-array
Julia Array-functions
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !