Community Profile

photo

Nik Sam


Active since 2016

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


Gui doesnt work in windows
Hello, I made this GUI function pushbutton3_Callback(hObject, eventdata, handles) % hObject handle to pushbutton3 ...

8 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


combination function using ndgrid
Hello, I want to build a function which use ndgrid. My function is function [ varargout ] = comb( varargin ) [...

8 years ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer