photo

Nik Sam


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
207,756
of 300,364

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

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

8 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...

9 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 ...

9 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...

9 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) ...

9 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 ) [...

9 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 ...

9 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...

9 years ago | 1 answer | 0

1

answer