Austin Brehm
Followers: 0 Following: 0
Statistiques
RANG
117 219
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
14.29%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
linprog: can you manipulate the solver to give you an output you desire?
I have a linear programming problem. After running linprog, I get a solution (attached .png). I have 7 groups. For each grou...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Can I set restrictions on the output matrix from "linprog" before solving?
Ex: OUTPUT = X = [0.2 0.2 0.2 0.2 0.2; 0.2 0.2 0.2 0.2 0.2; 0.2 0.2 0.2 0.2 0.2] DESIRED OUTPUT = X = [1 0 0 0 0; 0 0 1 0...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Linear Programming: Can you input fixed values to the output matrix ('x') before solving linprog for 'x'?
I'm solving a linear programmig problem with "linprog". I'm looking to see if it's possible to assign values to specific cell...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
linprog cannot find solution
I am running linprog to solve a problem with only equality constraints. The problem formulation is correctly setup, but the solv...
plus de 5 ans il y a | 3 réponses | 0
3
réponsesQuestion
How do I package a stand-alone app with Matlab Compiler without getting errors?
I have created a program that involves reading and writing information to an Excel spreadsheet. I have created a stand-alone app...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Can Matlab Compiler package stand-alone apps that can read and write data to an Excel spreadsheet?
I have created a program that involves reading and writing information to an Excel spreadsheet. I have created a stand-alone app...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Can you write to an Excel file from Matlab Online using xlswrite?
Is this possible?
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Can linprog output more than one solution?
Can you output multiple solutions when running linprog? I am solving a system of equations with 12 design variables and seven eq...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Is there a way to launch a GUI without opening Matlab?
I am wondering if there is a way to run a GUI from any desktop.
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Is there a better way to access certain parts of an excel file using "xlsread" and strings?
I have written code to read specific columns in an excel file. This code works, but i am wondering if there is a way to do it wi...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Can linprog run using decimals in the "f" and "Aeq" matrices?
Can linprog run using decimals or do the values have to be integers?
plus de 6 ans il y a | 1 réponse | 0
1
réponseIs it possible to change the parameters of a .m file from a GUI?
Yes, I am trying to change the code inside the script. So far, I have a GUI that allows the user to browse for a file. I want th...
plus de 6 ans il y a | 0
Question
Is it possible to change the parameters of a .m file from a GUI?
I am trying to change a string variable of a .m file from an input from a GUI. Is this possible? Can you manipulate code from a ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How do you launch a main .m file with a GUI push button?
I am trying to link a main .m file (Research.m) with a GUI built with GUIDE. The user will browse their computer for a filename....
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
No feasible solution found when using intlinprog
I am using "intlinprog" to solve a system of linear equations. The "f" matrix is a 1x180 matrix. Can intlinprog process large ma...
plus de 6 ans il y a | 1 réponse | 0