Gistlib Logo

gistlib

make a table with size 100x1 in matlab

main.m
% Initialize a 100x1 matrix with random values
table = rand(100, 1);
69 chars
3 lines

similar matlab code snippets

creating table and fill it within a loop in matlab
average 2 matrices in matlab
how to calculate the variance of a matrix in matlab
how to calculate the standard deviation of a matrix in matlab
how to calculate the sum of a matrix in matlab
how to calculate the inverse of a matrix in matlab
how to calculate the median of a matrix in matlab
for loop for a matrix in matlab
find the eigenvalues of a matrix in matlab
how to calculate the mode of a matrix in matlab

related categories

matlab
matrix
table

gistlibby LogSnag