Search:

Type: Posts; User: ahmatti; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    15
    Views
    6,288

    Re: Best open source competitor to Matlab?

    I have moved from Matlab to using R or SciPy. It really depends on what kind of work you do. If you work a lot with arrays, signals, linear algebra etc. then I think python+scipy+matplotlib is a bit...
  2. Re: Which language is better for scientific computing?

    Your benchmark only shows that Fortran computes the square root faster... I'd be happy to see a more complete benchmark though. Also could you post the code for this one?
  3. Replies
    12
    Views
    1,611

    Re: VI for scientific report

    @Hubie and @gunksta you should really try reSTructrured text as I suggested in my previous post. One of the reasons I like it is that you can convert the source to odt and odp, which can then be...
  4. Replies
    12
    Views
    1,611

    Re: VI for scientific report

    You could also use reStructuredText http://docutils.sourceforge.net/rst.html. It is a markup language that can be converted to latex, html, pdf, odp and odt documents.

    It is not as versatile as...
  5. Replies
    32
    Views
    3,439

    Re: Just how secure is Ubuntu?

    That's a good point! A lot of the security problems occur when the user does something stupid then it doesn't help even if the OS is secure. So Ubuntu doesn't save you from e.g Phishing.

    If you...
  6. Replies
    14
    Views
    1,002

    [SOLVED] Re: Python or Bash?

    I don't think there is a real reason why you should learn bash instead of python. I'd recommend going straight with Python and if you do need bash then it is easy to pick up. A lot of Python packages...
  7. Replies
    4
    Views
    2,265

    Re: PyQt Changing textEdit Display by Timer

    You can do what you want quite easily with Qtimer: http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtimer.html. Here is a quick example...
  8. Replies
    6
    Views
    955

    Re: Help to learn "R"!

    There are some video tutoriala available here: http://vcasmo.com/user/drewconway. Have fun with learning R!
  9. Replies
    2
    Views
    2,240

    Re: DSP with either Scilab or Octave

    I'd suggest that you use Python with SciPy for this. Here is a simple example of filter design: http://mpastell.com/2010/01/18/fir-with-scipy/. Not hard at all!
  10. Replies
    4
    Views
    2,607

    Re: Learning math (Algebra)

    Academic Earth has load of good algebra lectures: http://academicearth.org/subjects/mathematics
  11. Replies
    4
    Views
    6,213

    Re: Best academic note taking software...

    I'm not sure that this gives you all that you wan't, but you could use restructured text to take notes and convert it to a website with rest2web.

    http://docutils.sourceforge.net/rst.html...
  12. Replies
    2
    Views
    1,195

    Re: How to Remotely Monitor Matlab?

    I'd suggest using GNU screen: http://www.gnu.org/software/screen/



    screen
    matlab -nodisplay -nodesktop -nojvm -nosplash
    #Close your connection, e.g. close the shell, logout
    #Log back into...
  13. Replies
    3
    Views
    717

    Re: Movement analysis

    OpenCV is a good library for machine vision, but you'll have to know how to program http://opencv.willowgarage.com/wiki/. It has good examples to get you started and there are also python bindings...
  14. Replies
    9
    Views
    1,235

    Re: New Project: Python Packager

    Looks very interesting, I'm going to try it straight away! At least for the Mac version would be very useful :)
  15. Replies
    24
    Views
    4,759

    Re: Replace Matlab?

    @engelp I prefer to use an IDE for interactive data analysis before I make a script out of the whole thing. Or if I just wan't to do some exploratory plotting etc. Of course don't need to use and IDE...
  16. Thread: R Editor

    by ahmatti
    Replies
    20
    Views
    9,311

    Re: R Editor

    Interesting discussion everyone!

    As I see r-recommended contains the recommended packages that come with R-source and are installed in all platforms. If we wan't to add Rcmdr to r-recommended...
  17. Thread: R Editor

    by ahmatti
    Replies
    20
    Views
    9,311

    Re: R Editor

    I don't think it is not possible to port the win or mac version to Linux, so achieving a similar GUI would require writing a native Linux app using either Qt or GTK. And ideally get it included in...
  18. Thread: R Editor

    by ahmatti
    Replies
    20
    Views
    9,311

    Re: R Editor

    Its good that you brought this up and thanks for the long post. Having a menu entry for R would definetly be a good idea for newbies.

    Given that the tkGUI is really limited I would rather add a...
  19. Replies
    25
    Views
    11,554

    Re: Software for writing scientific papers?

    I haven't actually used either, but from what I have read they seem intresting. From what I read reStructuredText can be used to write a whole book with bibliography, tables and images and you can...
  20. Replies
    25
    Views
    11,554

    Re: Software for writing scientific papers?

    Have you tried using restructured text or markdown? Their idea is a bit similar to latex, but both offer conversion to odt and latex.
  21. [SOLVED] Re: error in superscript position in pylab/matplotlib text

    I had the same behavior with matplotlib 0.91.2, but was able to fix it by upgrading to the newest version 0.99.1. It is easy to install from source.
  22. Replies
    25
    Views
    11,554

    Re: Software for writing scientific papers?

    I second Latex. It takes care of numbering of headings, figures etc. automatically so its really easy to move your bits of text. The only problem for me is that not all Ag journals accept Latex...
  23. Replies
    6
    Views
    2,279

    Re: R-CRAN Packages - Too much to handle

    I came across some interesting use of the twitteR-package http://www.drewconway.com/zia/?p=1471 :) I found the link From Twitter of course..
  24. Replies
    1
    Views
    824

    Follow R on Twitter: #rstats

    I have started to follow R posts on Twitter and found some nice links that I never knew about. I highly recommend it to all R's friends :)

    http://twitter.com/#search?q=%23rstats
  25. Replies
    10
    Views
    25,202

    Re: MATLAB plots + LaTeX

    You could also use Matplotlib to get better Latex output:

    http://www.scipy.org/Cookbook/Matplotlib/UsingTex
    http://www.scipy.org/Cookbook/Matplotlib/LaTeX_Examples
Results 1 to 25 of 227
Page 1 of 10 1 2 3 4