General
209 results found
-
Enable Internet Access from Octave
Currently, internet access is disabled from the Octave command line, preventing the use of functions like "urlread" and "urlwrite". I would like to be able to use those functions in my scripts.
0 votes -
5 votes
-
save at running
it seems it's required to save first before running a script file , which can be confusing if you forget to save and found no results for your changes , which may make you think it's code problem and lose some time debugging a working code.
17 votes -
Change camera position (perspective) in 3d plots
They are now a simple image (PNG). Some 3d plots may need to change perspective or to be zoomed before printing.
Thanks for the effort.14 votes -
to supply api like datacamp.com
to supply api like datacamp.com, people can develop their interactive courses .
3 votes -
support upload of .xls files
I tried uploading some Matrix1.xls file, then with
M1=xlsread('Matrix1.xls')
I get:
error: xlsopen.m: file Matrix1.xls not found1 voteHi Victor,
I’ve been playing around with this for a couple of hours and it looks like XLS support in Octave is patchy at best. I am going to keep this idea open, and if it receives more votes, we’ll look into a way to add support for native XLS files.
In the mean time, I recommend saving your spreadsheet in the CSV file format and using the “csv2cell” function.
-
Make 'doc function_name' bring only help for function_name
When I type 'doc functionname', it returns the whole documentation, while http://www.gnu.org/software/octave/doc/interpreter/Getting-Help.html says it should only bring GNU Info browser at the functionname node in the online version of the manual. Thanks!
1 voteThe “doc” function creates broken links for functions that either do not exist or are not parse of Octave core (i.e. in a package).
-
Package Installation
Users can currently install package by uploading and installing them inside their personal Octave working directory. Make this process more seamless. (Have ideas on how this should work? Comment here.)
0 votes -
Create Files as a Guest
Don't require sign in to create and edit files
95 votes
- Don't see your idea?