Nik Sam
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
257,044
of 295,689
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,317
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
Feeds
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
answerQuestion
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
answerQuestion
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
answersQuestion
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
answerQuestion
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
answerQuestion
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
answersQuestion
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
answerQuestion
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