From: Juan P. C. <aju...@gm...> - 2012-11-08 13:55:39
|
On Thu, Nov 8, 2012 at 2:42 PM, sree <che...@ym...> wrote: > hello to all i am new to this forum, i am new to octave,in my present > project i am using octave, i have to integrate the 100 pressure values using > octave. how can i make multiple integrations using ocatve. if some one has > use ful information let me know, i am so thankful to them. thanks sree > ________________________________ > View this message in context: Multiple intigrations in octava > Sent from the Octave - Dev mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > Octave-dev mailing list > Oct...@li... > https://lists.sourceforge.net/lists/listinfo/octave-dev > Welcome! your friends are: lookfor <keyword> help <function-name> replace keyword with a word that defines what you want to do. In your case I would say "lookfor integration", once you have found a function that seems to do what you want, let say quadgk, run "help quadgk" to learn how to use it. |