General
209 results found
-
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 -
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 -
1 vote
-
abdelfattah
abdelfattah
1 vote -
نتالبيلاىة
كن
1 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
-
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 -
teste
aa
1 vote -
Containers Map
Containers Map package doesnt exists
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 -
1 vote
-
Add audio recording options
The page can't even access the audio device information.
I needed to plot a real time 5 seconds audio recording with the drawnow function.9 votes -
connection issues
i have tried connection on 29/04 and I could't make it
2 votes -
Проблема, на Андроид 4 не вставляется текст из буфера обмена
Проблема, на Андроид 4 не вставляется текст из буфера обмена
1 vote -
I want to draw a graph of f(x)=x^2÷(x^4+2)
This graph must start from -10 to 10 in both axis
1 vote -
Identification of who is making changes in a shared session
Just like Google Docs, it would be great if we could identify which user is making changes in a shared session. As a teacher, I could ask my students to complete a given task in real time in my class, and be sure that he/she is making that change, and not other student.
3 votes -
1 vote
-
1 vote
-
root locus not coming
some commands are functioning
1 vote
- Don't see your idea?