統計
MATLAB Answers
11 質問
0 回答
ランク
of 157,839
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Persistent variables not working? (Simulink)
I'm trying to implement the following simple test function in Simulink: function [y, newx] = fcn(xI, T) %This is a very ...
約10年 前 | 1 件の回答 | 0
1
回答質問
Simple feedback in Simulink for the MATLAB function block (updating inputs)?
Hi, I'm writing a program in MATLAB that involves a simple form of feedback and would like to convert it to Simulink for prac...
約10年 前 | 0 件の回答 | 0
0
回答質問
Simulink - how can a controller process data to/from several "loads"?
Suppose I have a controller connected to several "loads", all created as MATLAB Function Blocks. I want to both have the control...
約10年 前 | 0 件の回答 | 0
0
回答質問
Making dialog box parameters for MATLAB function blocks
Hi everyone, I'm a beginner at creating my own Simulink blocks and I was wondering if anyone could help with this. Anyway, I'...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How to choose out of multiple solutions for integer programming optimization?
If an optimization function I use (such as the glpk kit) gives me more than one optimal solution to an integer programming probl...
11年以上 前 | 0 件の回答 | 0
0
回答質問
Absolute value as a linear programming constraint?
Suppose I want to use absolute values in a constraint equation for linear or mixed integer programming - i.e. suppose I need one...
11年以上 前 | 1 件の回答 | 0
1
回答質問
GLPK version of LSQLIN?
I want to perform an optimization problem where you try to get an objective function as close as possible to a certain value, ra...
11年以上 前 | 0 件の回答 | 0
0
回答質問
Two-dimensional optimization (especially using GLPK)
Suppose I want to perform an optimization where the solution matrix X is a two-dimensional matrix rather than a vector. The cons...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Using linprog to minimize an objective function not consisting of constants?
I usually use linprog to minimize a function where the objective function consists of constants; for example, 2*(x1) + 3*(...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Generate set of feasible points for a function?
Suppose you have a function (equality or inequality). How can you generate the set of feasible points from it? For example: i...
11年以上 前 | 2 件の回答 | 0
2
回答質問
How to check for infeasible solution to linprog?
Hi, I'm using linprog to try and program a branch-and-bound algorithm. In order for it to work properly, I need to check if t...
11年以上 前 | 1 件の回答 | 0