Gistlib Logo

gistlib

create a vector that goes at equal steps from −1 to +7 containing 80 components. in matlab

main.m
vector = linspace(-1, 7, 80);
30 chars
2 lines

similar matlab code snippets

how to calculate the variance of a vector in matlab
how to calculate the standard deviation of a vector in matlab
how to calculate the minimum of a vector in matlab
how to calculate the product of a vector in matlab
how to calculate the median of a vector in matlab
how to calculate the maximum of a vector in matlab
how to calculate the percentile of a vector in matlab
how to calculate the range of a vector in matlab
how to calculate the mode of a vector in matlab
how to calculate the mean of a vector in matlab

related categories

matlab
vector

gistlibby LogSnag