photo

Kees Roos


TU Delft

Last seen: 10 months ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

5 Questions
0 Answers

Cody

0 Problems
47 Solutions

RANK
24,163
of 300,392

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
12,231
of 168,373

CONTRIBUTIONS
0 Problems
47 Solutions

SCORE
471

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Promoter
  • Commenter
  • Solver

View badges

Feeds

View by

Question


How to put names on the six faces of a cube so that they do not disappear in the cube?
Vertices = [0 0 0; 1 0 0; 1 1 0; 0 1 0; 0 0 1; 1 0 1; 1 1 1; 0 1 1]; Faces = [1 2 6 5; ...

9 years ago | 1 answer | 0

1

answer

Question


Error message by linprog
I try to solve an LP problem with data A,b,c,lo,hi by using the command [x,fval,exitflag,output] = linprog(c, [], [], A,...

11 years ago | 0 answers | 0

0

answers

Question


How to remove dependent rows in a matrix?
Let A be an m by n matrix whose rows are linearly dependent. I want to remove rows from A such that the rank does not decrease....

13 years ago | 3 answers | 0

3

answers

Question


removing element from all arrays in cell array of 1-dimensional arrays
I have a cell array out = cell(n,1), and each out{j}, 1<= j <= n, is a vector of integers. These vectors have different lengths....

13 years ago | 2 answers | 1

2

answers

Question


bug in sortrows?
[SCd Merging] *part 2:* I found a smaller problem where things go wrong. Taking as input n=3 and x = =[0:0.3:1]' the output ...

13 years ago | 2 answers | 0

2

answers