photo

Kees Roos


TU Delft

Last seen: etwa 2 Monate vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

All
  • Thankful Level 1
  • Promoter
  • Commenter
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

fast 13 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten