Thank you very much for your amazing tutorial! AHHH I'm so giddy that we can have multiple output variables per function! It will make life a lot easier! XD
Say I wanted to create a function to sort a data set (high to low values), and then pick the first number to repeat 5 times? Thoughts? I'm very new to this and your videos have already been such a great help!
Hello. I liked you video. is my first time to use this software and I am not expert to this. I want to ask your help in some urgent material. I got a lot of data of water flow and respectively weir level. I want to create the graphs using Octave and I want to run equations by modeling.
Hi and thank you, not sure if you are still keeping up with this. But Im not having any luck with usage function. do I need to install packages? I'm using Ubuntu 18.04
hmm, Well all I can give you if you must use Octave is the docs page on creating classes. It's pretty convoluted but it's better than nothing. www.gnu.org/software/octave/doc/interpreter/Creating-a-Class.html
I'm late but I cannot thank you enough to put together these tutorials
Thank you so much! :)
Edit: Also your voice is very calm!
Hey, a pretty decent set of tutorials, which have helped me a lot. Thanks man.
+s ewind Glad you found them useful! Thanks for letting me know mate.
hi
Looking forward to the machine forward tutorial!
thank you for all these valuables tutos, looking forward for your next tutorials
It would be interesting to have a video about making an octave function return a matrix.
Awesome videos! I like the way you simply explain how Octqve works. Please make more video!
Excellent videos! Thank you Draps TV. I'm looking forward to your series on Machine Learning.
you saved my life :)
Great tutorials for getting started. Thanks!
thanks for the lessons, the videos were awesome.
Thank you very much for your amazing tutorial! AHHH I'm so giddy that we can have multiple output variables per function! It will make life a lot easier! XD
Thanks for the tutorials! Really helped me a lot
Excellent instruction style.
Excellent work. Keep up the good work. Many thanks.
Thank you for all these wonderful tutorials
Say I wanted to create a function to sort a data set (high to low values), and then pick the first number to repeat 5 times? Thoughts? I'm very new to this and your videos have already been such a great help!
Thank you for this amazing Tutorial
Just what I needed, Thanks!
I got an error
error: 'x' undefined near line 2 column 7
error: called from
od at line 2 column 6
can someone help me
not sure if you can still check this comment.I see the input arguments can be vector. can output also be a vector?
When I press the editor does not open.
How can I fix this?
Thank DrapsTV for the tutorial!
just define an EDITOR environment variable used by octave
Hello. I liked you video. is my first time to use this software and I am not expert to this. I want to ask your help in some urgent material. I got a lot of data of water flow and respectively weir level. I want to create the graphs using Octave and I want to run equations by modeling.
Thank you. Helps a lot!
Thank you so much sir.
if 'ERROR : 'dilasi' undefined' what should i do? i'm sorry for my English
I am unable to access command "edit mini.m" file is not opening
Thanks a lot for the tutorials!
Thank you Sir! Very useful and didactic!
its showing error as usage undefined
Thanks for valuble tutorilas. I am using Cent OS and want to change the editor to gedit. What should I do?
You can try this! :) lists.gnu.org/archive/html/help-octave/2011-11/msg00014.html
so it's been 2 years from then, where are your ML with Octave bro? )))
Thanks for your wonderfull tutorials..
Can we open Data file stored on Hadoop File System?
It can most definitely load HDF5. I think you need another library to load HDF4. hdfeos.org/software/octave.php
sorry it might be stupid question but I'm new to programming and I had to ask "Is indentation must in Octave?"
I think, like the other programming languages,you don't need to indent.It is only for a better reading of the program.
Hi and thank you, not sure if you are still keeping up with this. But Im not having any luck with usage function. do I need to install packages? I'm using Ubuntu 18.04
Needed help in the types of filters like half, full and complementary to implement in octave
A jeeva Kumar have u participated in eyantra robotics competition?
cheers jeff
Is there a way to make Vector-Indices Zero-Based?
no, there isn't
Thank you Sir.
Thank you!!!!
thanks a lot. It;s very helpfull
I can't able to make this mini and minimax function
Thx
How Do I get the product of only the even numbers in a matrix ?
a = 1
for i = [matrix]
if (rem (i, 2) == 0)
a = a * i
endif
endfor
something along those lines :)
THANKS A LOT, TRIED IT OUT. WORKS ! :)
what about writing classes/ojects
I didn't put them in because honestly I haven't seen them used myself. What do you need the classes for? if you don't mind me asking?
I want to create an AI simulation. I've done a little class stuff on occurrence so far but member data/fictions are terrible so far
I chose octave because I've implemented NN and used it for predictive modeling but I may need to switch to çpp
hmm, Well all I can give you if you must use Octave is the docs page on creating classes. It's pretty convoluted but it's better than nothing. www.gnu.org/software/octave/doc/interpreter/Creating-a-Class.html
Brandon Webb Ah I see, well it's entirely possible. But very fiddly if you need the OOP. Good Luck! I would love to see your finished project!
thankss