Community Profile

photo

Kees Roos


TU Delft

Last seen: 8 months ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • 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; ...

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

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

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

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

12 years ago | 2 answers | 0

2

answers