Feeds
提问
Find unique numbers in a set
This is, lol, I guess another personal exercise (sort of, although it is kind towards solving a bigger problem). Anyway I'm ...
11 years 前 | 2 个回答 | 0
2
个回答提问
Find numbers within (n)
I'm trying to write a program that for a set of numbers with N groups of M numbers close (e.g. within 2) to each other will stor...
13 years 前 | 4 个回答 | 0
4
个回答已回答
Find unique numbers in a set
B = [1 2 2 3 3 3 4 4 4 4]; A = sort(B); j = 1; for i = 1:length(A) if i+1> length(A) ...
Find unique numbers in a set
B = [1 2 2 3 3 3 4 4 4 4]; A = sort(B); j = 1; for i = 1:length(A) if i+1> length(A) ...
13 years 前 | 0
提问
How to read strings from file with fscanf or sscanf (NOT textscan)?
So, of course, I'm having a little trouble right now. I'm trying to read a text file that goes something like this in a columnar...
13 years 前 | 2 个回答 | 0
