Mike Vukovich - MATLAB Central
photo

Mike Vukovich


University of Toronto

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 05/13 to 04/25Use left and right arrows to move selectionFrom 05/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

11 个提问
0 个回答

排名
124,042
of 298,264

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
27.27%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

12 years 前 | 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...

12 years 前 | 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...

12 years 前 | 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...

12 years 前 | 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*(...

12 years 前 | 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...

12 years 前 | 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...

12 years 前 | 1 个回答 | 0

1

个回答