Kees Roos
TU Delft
Followers: 0 Following: 0
Statistics
RANK
24,163
of 296,405
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
1
RANK
of 20,376
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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; ...
8 years ago | 1 answer | 0
1
answerQuestion
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,...
10 years ago | 0 answers | 0
0
answersQuestion
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....
12 years ago | 3 answers | 0
3
answersQuestion
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....
12 years ago | 2 answers | 1
2
answersQuestion
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