photo

Kees Roos


TU Delft

Last seen: 11 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • Thankful Level 1
  • Promoter
  • Commenter
  • Solver

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 3 个回答 | 0

3

个回答

提问


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 前 | 2 个回答 | 1

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答