# in octave / matlab:
x = [1;2;3]
squared_x = x.^2;
# squared_x = [1;4;9]
Code Example |
---|
C :: octave dot operator |
C :: save numpy array to text file |
C :: convert string to float c |
C :: get window width height glfw |
C :: sdl draw Rectf |
C :: grep find and replace |
C :: Reduce fractions in C |
C :: how to get user input in c |
C :: is 33 prime number |
C :: C program to display fibonacci serice |
C :: how to genrate a random number in C |
C :: get time to complete code c |
C :: silicon valley |
C :: concatenate char * c |
C :: how to turn off zsh |
C :: differnce between spooling and buffering |
C :: check if string in string c |
C :: c print sizeof char |
C :: accessing elements of 1d array using pointers |
C :: input array elements in c |
C :: fopen in c example |
C :: Grepper VSCode Add On |
C :: c round float |
C :: passing two dimensional array to function in c |
C :: add to beginning of array c |
C :: C - program to create 1D array |
C :: how to run c program from visual studio terminal |
C :: square in c |
C :: sqrt function in c |
C :: c unused variable |