Feeds
回答済み
Polyhedron function for detecting if points are vertices
Hey, is it possible to get some help for the second step? here is the first one if(A*x<=b) disp(x is in P) else di...
Polyhedron function for detecting if points are vertices
Hey, is it possible to get some help for the second step? here is the first one if(A*x<=b) disp(x is in P) else di...
8年以上 前 | 0
質問
Polyhedron function for detecting if points are vertices
Hello i have to detect if a point is a vertex of my polyhedron. Here is what i have for now: function [ ] = vertexdetect (A,b...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Fourier-Motzkin-Elimination
Hey, i have a question on how to create the first rows of my Matrices D and d. Here's what I have: function [D,d] = fourie...
8年以上 前 | 0 件の回答 | 0
0
回答質問
Hello, any one help me. It's my first time in matlab
How can I define a function with thee inputs: 1) A is m x n matrix, 2) b in R^m, 3) and x in R^n. The function has t...
8年以上 前 | 1 件の回答 | 0
