General
209 results found
-
DONT TAKE PROGRESS AWAY. I HAD SO MANY VARIABLES AND YOU JUST DELETED THEM... WHY
save VARIABLES OR LET ME SAVE A FILE OF THEM
1 vote -
Move command line to top of screen for Android phone
When using Octave Online inside Chrome on my android phone, I find it difficult and frustrating to use the command prompt located at the bottom of the webpage (screen). When I tap on the command prompt to enter input, the android on-screen keyboard opens at the bottom of the screen. The keyboard obscures the command prompt and any input being typed. One is then typing blind in absence of visual feedback. It especially makes checking and/or correcting command syntax errors. I guess this interface was not designed for Android phone use? Would it possible to add an option for the…
4 votes -
aaaaa
aaaa
1 vote -
Experiments with Psychtoolbox
Now that we're all moving to online learning, what would be REALLY useful is if octave-online could possibly run Psychtoolbox code. So many researchers in the behavioral and life sciences use Psychtoolbox to present stimuli. Avoiding the need to port to custom scripts (millisecond.com), javascript (Amazon Mechanical Turk), or Python (Prolific etc.) would save a huge amount of time and headache and would mean the whole planet of vision scientists would be indebted to you!
3 votes -
Please add function
Please add insertText function, since I need it in my class for students.
Regarding,
Dr. Moceheb Lazam Shuwandy1 vote -
Where is standard input form
I want to use scanf function or dlmread funciton, but I can't find standard input form.
2 votes -
1 vote
-
Issue on Android
Good morning.
I point out that on an Android tablet (Huawei MediaPad M5 lite, Android 8) you cannot write to the command line of Octave online. If I write a=1, appears only =1 and pressing enter I get an error.1 vote -
1 vote
-
my email not recive token
meu email nao está recebendo tokens para entra em minha conta
6 votes -
1 vote
-
1 vote
-
waste
this matlab code complier is an waste waste waste
1 vote -
1 vote
-
1 vote
-
please check https://octave-online.net/
seems it's dead today.
I just can't connect to it today.7 votes -
1 vote
-
a free beginners guide on-line
I found a really good introduction to Octave
https://people.math.carleton.ca/~rhfischl/
I suggest that you post a link to it1 vote -
Bode control library is out
I can't use bode from control package, it was working some time ago.
1 vote -
Gauss_seidel
function x= gauss_siedel (A,B)
A=[7 -1 -1;-1 10 2;1 -3 12]
B=[12 ;-6 ;41]
D=diag(diag(A))
E=tril(A)-D
F=triu(A)-D
A=D-E-F
G=-inv(D-E)*(F)
[n,m]=size(A)for i=1:n
s=0;
for j=1:nif j~=i s=s+abs(A(i,j)); end end s abs(A(i,i)) if(abs(A(i,i))> s) disp('dcfrgvtr') else disp('gfhbjyu') end
end
1 vote
- Don't see your idea?