photo

nabin


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
139,968
of 300,857

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,097

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,361

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Minimization of a integration function
The given function is f(x)= 4+2x^2 The objective is to find the value of xa such that the following objective function is mi...

11 years ago | 5 answers | 0

5

answers

Question


Binary integer programing for maximization when x11, x12.... are present (not x1, x2... which can be found in documented example)
I want to use binary integer programing to optimize the following problem. Objective : maxf(x)= c11*x11+c12*x12+c13*x13+ c...

11 years ago | 1 answer | 0

1

answer

Question


How can I create following matrix using code
How can I create following matrix using code (as I have to create a large matrix of similar nature): A_1= [1 1 1; 0 0 0; 0...

11 years ago | 1 answer | 0

1

answer

Question


I have a matrix A=[1 2 3; 1 2 9; 2 3 4]. I want a matrix B whose column 1 is equal to 1. How can I do this? B=[1 2 3; 1 2 9]
I have a matrix A=[1 2 3; 1 2 9; 2 3 4]. I want a matrix B whose column 1 is equal to 1. How can I do this? B=[1 2 3; 1 2 9]

11 years ago | 2 answers | 0

2

answers

Answered
Creating a submatrix from a matrix
I have a matrix A=[1 2 3; 1 2 9; 2 3 4]. I want a matrix B whose column 1 is equal to 1. How can I do this? B=[1 2 3; 1 2 9]

11 years ago | 0