Skip to content

Instantly share code, notes, and snippets.

Created March 29, 2012 21:56
function n = ecuacion(L, num_gen)
n = L * num_gen * (100000 - num_gen);
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment