photo

Kees Roos


TU Delft

Last seen: 11 meses hace Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

All
  • Thankful Level 1
  • Promoter
  • Commenter
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

alrededor de 12 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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

más de 12 años hace | 2 respuestas | 0

2

respuestas