Finding the elements in a list that are less than their successor along with their indices – mathematica.stackexchange.com 00:18 Posted by Unknown No Comments Please suggest how to write following MALTAB code in Mathematica k=1; for j=1:bb-1 if (aa(j)-aa(j+1))<0 cc(k)=aa(j); dd(k)=j; k=k+1; end end Here aa is some array and bb is the length of aa. from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitComplimented on my clothes, What is the recommended time before wearing them again? – workplace.stackexchange.comproblem relating to trigonometry – math.stackexchange.comWhat happened to the other 9 astronauts? – movies.stackexchange.comWhat does "Relativistic" mean in Quantum Mechanical Terms? – physics.stackexchange.comWhat could be the cause of a disease that makes someone or something fall towards the sky? – worldbuilding.stackexchange.comTrithagorean Triples – codegolf.stackexchange.com
0 Comment to "Finding the elements in a list that are less than their successor along with their indices – mathematica.stackexchange.com"
Post a Comment