# in octave / matlab:
x = [1;2;3]
squared_x = x.^2;
# squared_x = [1;4;9]
Code Example |
---|
C :: shuffle function in c |
C :: variably modified ‘_memory’ at file scope |
C :: c gettimeofday example |
C :: print boolean value in c |
C :: string to int c |
C :: sdl_renderfillrect |
C :: close file in c |
C :: c loop through binary search tree |
C :: If statement that tests if a value is in range |
C :: thread in c |
C :: how to find sum of two nums |
C :: program execution time calculate in c |
C :: merge sort code c |
C :: c int to string |
C :: selection sort in c |
C :: to find greatest of 4 numbers in c |
C :: take long long input in c |
C :: how to represent unsigned char with % c |
C :: slug urls django |
C :: c check if array is empty |
C :: what is the usage of extern in c |
C :: check if string is the same c |
C :: HOW TO ADD FORM IN BOOTSTRAp |
C :: create array of strings in c from user input |
C :: binary search tree of strings in c |
C :: replace a substring with another substring in c |
C :: pendu langage c |
C :: ex: C hello world |
C :: strstr |
C :: armstrong in c |