General
209 results found
-
1 vote
-
1 vote
-
Проблема, на Андроид 4 не вставляется текст из буфера обмена
Проблема, на Андроид 4 не вставляется текст из буфера обмена
1 vote -
1 vote
-
run a script
hi!
I have made a copy from a script in the editor. but it can't be compiled. i get error.
" error: invalid use of script /home/oo/maxmin.m in index expression "my script is clear and bug-free
the script, which i copied
function [max, idx] = vmax (v)
idx = 1;
max = v (idx);
for i = 2:length (v)
if (v (i) > max)
max = v (i);
idx = i;
endif
endfor
endfunction1 vote -
Containers Map
Containers Map package doesnt exists
1 vote -
teste
aa
1 vote -
Better support for iPad
All kinds of trouble:
* Edit line occluded by on screen keyboard
* Editing locks up and characters can not be input1 vote -
Remove all the suggestion boxes
First of all you all are doing a great job. But, I hate having to click "dismiss" 5 times before i can do anything everytime I login. Also, your homepage is a big pop-up. One has to close the popup before signing in. Reduce the number of clicks one needs to directly login.
1 vote -
1 vote
-
نتالبيلاىة
كن
1 vote -
abdelfattah
abdelfattah
1 vote -
1 vote
-
Not loading
the page isn't loading even though my internet connections fine i'm using google chrome and i tried switching to safari and same problem
1 vote -
Bug in Octave (and MatLab?)
Folks,
Try this code:%%% bug?
fprintf("\ntest of if & vector:\n")
for i = 1:5
fprintf("inside loop with index = %3.0f\n",i)
if i=2:3
fprintf("test true... %3.0f\n",i)
end
end
fprintf("completed loop with index= %3.0f\n",i)
%%%No only does it not give an error for the if statement/assignment statement AND it treats the if test as true (consistent with non-zero evaluation result of the if statement, ok), it ALSO prints the line outside the loop twice???
1 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 -
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 -
1 vote
-
1 vote
- Don't see your idea?