General
209 results found
-
Dynamic plot edit
Dynamically edit plot parameters ex. marking line width
12 votes -
peripheral access
can we have acces to serial ports? this would enable some arduino or microcontroller interaction very interesting for lab activities
1 voteI’m going to list this feature as “Under Review”. It is unlikely to happen in the near future but may be something added on down the road if there is sufficient demand.
-
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 -
Editing on the IPad
so close...I can run scripts but cannot scroll the editor
1 vote -
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).
-
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.
-
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 -
Interactive Quizzes
Students should be able to write code to answer a certain prompt, and Octave Online should tell you whether or not the answer is correct.
2 votes
- Don't see your idea?