math code snippets in matlab

(xy^3)/(1+y^2) = 8/5 in matlab
0<= t <= 200 in matlab
add 2 numbers in matlab
as of early 2018, usain bolt holds the world record in the men's 100-meter dash. it is 9.58 seconds. what was his average speed in km/h? assign the result to a variable called hundred. in matlab
calculate pi in matlab
calculate the area of a triangle in matlab
calculate the derivative in matlab
catalan constant in matlab
compute an elliptical spacraft orbit in matlab
compute value of z=cos(x/y)*cos(y)+(y/10)-(x/5) for all grid points (x,y) in matlab
convert hertz to radians in matlab
convert the roots from symbolic constants to double in matlab
cos taylor series in matlab
create a for loop that will matrix multiply two 3 by 3 matrices in matlab
create a function to find a 5 of a kind in matlab
create a mod function without using the mod function in matlab
create a plot of y = x^2 in matlab
derive v(y) = v0 * (1-(y/t).^4).^2 in matlab
ezplot z2=x2+y2 in matlab
find an average of ten random numbers input by the user in matlab
find points of intersection of 2 functions in matlab
find prime factors of a whole number in matlab
find prime numbers without isprime() or primes() in matlab
find the average in matlab
find the sum of all non positive prime numbers given an input in matlab
find the sum of non positive prime in matlab
find the thirteen adjacent digits in the 1000-digit number that have the greatest product. what is the value of this product? in matlab
function that returns the number of real roots of a quadratic in matlab
how to calculate chi-square score in matlab
how to calculate deflection of a beam in matlab
how to calculate the arcsine of an angle in matlab
how to calculate the area of a parallelogram in matlab
how to calculate the area of a segment in matlab
how to calculate the area of a square in matlab
how to calculate the cosecant of an angle in matlab
how to calculate the density of an object in matlab
how to calculate the derivative of a function in matlab
how to calculate the normal distribution in matlab
how to calculate the power of an object in matlab
how to calculate the probability of a logistic distribution in matlab
how to calculate the rayleigh distribution in matlab
how to calculate the sine of an angle in degrees in matlab
how to calculate the volume of a cone in matlab
how to calculate the volume of a cube in matlab
how to calculate the volume of a cuboid in matlab
how to calculate the volume of a cylinder in matlab
how to calculate the volume of a rectangular prism in matlab
how to calculate the volume of an object in matlab
how to know if a number is perfect in matlab
how to square a number in matlab
how to write sin^2(x) + sin(x^2) in matlab
integrate tan(x)csch(x)/x^9 from 0 to 1 in matlab in matlab
integrate tan(x)csch(x)/x^9 from 0.3 to 0.4 in matlab
integrate tan(x)csch(x)/x^9 from 0.3 to 0.4 then plot the integral in matlab
measure the distance between two points along a 3d surface in matlab
nth root in matlab
number to a power in matlab
numbers 1 to 10 squared in matlab
perfect number in matlab
plot (xy^3)/(1+y^2) = 8/5 in matlab
plot (xy^3)/(1+y^2) = 8/5 in graph in matlab
plot a sigmoid function in matlab
root mean square error in matlab
save the lower value as x1 and the higher limit as x2. use min and max to compare the roots for lower and upper limit. convert the roots from symbolic constants to double. in matlab
show v(t) = v0*(1-(t/t).^4).^2 in matlab
sin 50 in matlab
solve for area using integral in matlab
solve for y intercept in matlab
solve v = v0 * (1-(t/t).^4).^2 in matlab
square root of uint8 in matlab
standard deviation in matlab
sum numbers from 1 to n in matlab
take the base-10 logarithm of a number in matlab
use for loops that will matrix multiply two 3 by 3 matrices in matlab in matlab
use the error function in matlab
use the integration to the find the area bounded by the two curves at the computed boundary. in matlab
v1 = v0 * (1-(t/t).^4).^2; in matlab
without using the absolute value function, write your function so that difference will always be the lesser number minus the greater number. in matlab
write a program that writes the sine of an angle in matlab
write a sigmoid function in matlab
y = (x-1)^1/3 graph in matlab
y = (x-1)^3 / x^2 graph in matlab

gistlibby LogSnag