Niharika Nayak
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
194,234
of 295,527
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
summation of equation in matlab
I have an equation S(i)*(P-C(i)) I want to perform summation operation such that where n can be n=2 ,3 ,4.... please tell ...
5 years ago | 1 answer | 0
1
answerQuestion
cplex optimizer in matlab
Hi can we do interface with cplex in matlab?
5 years ago | 0 answers | 0
0
answersQuestion
sorting 2 array based on elements of other array
I have two arrays A and B A=[0.1639,0.2123,0.1697]; B=[c1,c2,c3]; I want sort array B according to array A my expected outpu...
5 years ago | 1 answer | 0
1
answerQuestion
find common elements from cell array and remove it
I have two cell arrays A and B A={1,2,3,4} B={2,3} remove elements from A that is present in cell array B and answer should...
5 years ago | 1 answer | 0
1
answerQuestion
set difference between two cell arrays
I have two cell arrays A={ [2] [1x2 double]} B={[2],[3]} I want to perform set difference operation such that C=setdiff...
5 years ago | 1 answer | 0
1
answerQuestion
How to pass cell array as input to function
I have a cell array which contains 10 {1x1 cell} cells now I want to pass this cell array as input to a function and access th...
5 years ago | 1 answer | 0