gistlib
add a value onto the end of an array in matlab
matlab, array, add, value
similar matlab code snippets
how to calculate the 99th percentile in matlab
how to calculate cumulative distribution function in matlab
how to calculate the binomial distribution in matlab
how to perform a ztest in matlab
how to plot the binomial distribution in matlab
how to calculate the normal distribution in matlab
calculate the area of a triangle in matlab
calculate the area of a sphere in matlab
find the slope of a set of points in matlab
calculate the volume of a pyramid in matlab
related categories
```matlab-array-=-[1
2
3
4
5];-%-the-initial-array-newvalue-=-6;-%-value-to-add-at-the-end-of-the-array-array-=-[array
newvalue];-%-adding-newvalue-to-the-end-of-the-array-disp(array)-```
gistlib
by LogSnag