Nik Sam
2016년부터 활동
Followers: 0 Following: 0
Feeds
질문
Linear programming with complex inequalities
I just wanna solve: min Z=20X+18Y with 2X+3Y>=10 4X+7Y>=28 X>=0, Y>=0 Answer is X=0, Y=4 and Z=72 H...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Maximize gui window without pressing the button
Hello, I build a gui. Now if I press the maximized button in my window i have the desirable result. How can I have the same r...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Gui doesnt work in windows
Hello, I made this GUI function pushbutton3_Callback(hObject, eventdata, handles) % hObject handle to pushbutton3 ...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
The plot disappears if I change xlim
Hello, I have this simple example K = 0.0000 0.5527 0.0003 0.4017 0.0040 0.2707 0.0210 0...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
varargout-varargin commands for easy calculation
Hello everyone, I believe that my question is not hard... I have this code function [varargout] = trg (varargin) ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
combination function using ndgrid
Hello, I want to build a function which use ndgrid. My function is function [ varargout ] = comb( varargin ) [...
8년 초과 전 | 답변 수: 3 | 0
3
답변질문
All possible Combinations and equation analysis
Hello everyone, 1) How can I get all possible combinations? for example: a=[1 2] , b=[2 3] , c=[1 4] and I want this as ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Error using repmat function
Error using repmat Replication factors must be a row vector of integers or integer scalars. Can anyone tell me why i get t...
8년 초과 전 | 답변 수: 1 | 0