Community Profile

photo

LifeSux SuperHard


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

9 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 4 answers | 0

4

answers

Answered
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) ...

11 years ago | 0

Question


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...

11 years ago | 2 answers | 0

2

answers