Feeds
提问
get(current character) issue.
I'm trying to do a N-BACK experiment in matlab. each stimulus timing is 1 second. and the only key that is allowed to be presse...
8 years 前 | 0 个回答 | 0
0
个回答提问
How can I delete a plot among many other plots?
Hello. I tried to find an answer for this but the findobj didn't work for me. load cities.mat figure(1) for i=1:9 ...
9 years 前 | 2 个回答 | 0
2
个回答提问
while inside a loop.
load cities.mat; temp_ratings = sort(ratings,'descend'); for j=1:9 i=0; temp_vec=zeros(1,9); while temp_vec==ze...
9 years 前 | 1 个回答 | 0
1
个回答提问
Finding the 3rd largest element in an array.
I've been thinking about sorting the array and extracting the 3rd element , or using max command while everytime i delete the da...
9 years 前 | 2 个回答 | 0
