pradeep kumar
NIT Silchar
Followers: 0 Following: 0
Statistics
RANK
34,734
of 295,467
REPUTATION
1
CONTRIBUTIONS
16 Questions
1 Answer
ANSWER ACCEPTANCE
81.25%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Square of Objective function expression gives an error
Hi experts, I have just started doing optimization in the problem-based workflow. I refer to <https://www.mathworks.com/help/op...
6 years ago | 0 answers | 0
0
answersQuestion
Double Summation expression in Objective Function
Hi Experts, I have a Parameter matrix, *C* of size _2x2_. It looks like this. C= [2 4; 6 8] I have a decision variable,...
6 years ago | 1 answer | 0
1
answerQuestion
Accessing the string elements
I have 3 strings like the following: world=["America", "Europe"]; % Parent String America=["USA", "Brazil", "Argentina"...
7 years ago | 1 answer | 0
1
answerQuestion
Indexing rows of a table by comparing the values between two cells
<</matlabcentral/answers/uploaded_files/88079/MATLAB%20Query.JPG>> Hi everyone, I have a table like the above attachment. Co...
7 years ago | 0 answers | 0
0
answersQuestion
Problem with "Intersect" function
Hellow everyone! I have 2 cells. A = '1,2,3'; B= '1,4,5,6'; But, When i try to use intersect function to get the ...
7 years ago | 2 answers | 0
2
answersQuestion
Fuzzy Logic for discrete variable
Hi Everyone! I have just started learning "Fuzzy Logic", I want to know whether it can be analysed for mapping a set of discret...
7 years ago | 0 answers | 0
0
answersQuestion
problems with matrix splitting
Hello everyone, I want to split the matrix in such a way that when elements of 1st column are equal, the correspnding elements...
8 years ago | 2 answers | 0
2
answersQuestion
Stuck in Indexing of a Matrix(or Cell Array)
Hi all,I have just started learning MATLAB . Please find my codes below m= ['A','B','C']; cs=size(m,2); for i=1:...
9 years ago | 1 answer | 0
1
answerQuestion
Forecasting by Neural Network
Hello everyone ! I am entirely new to the "Neural Network Toolbox". However I have explored many example data sets provided in N...
10 years ago | 2 answers | 0
2
answersproblem while creating .exe file
@ Harsheel , hellow Sir . I have tried your recommanded method . >> license('checkout', 'Compiler') ans = 1 Bu...
10 years ago | 0
Question
how to close an excel file
Hellow everyone . i am using winopen('myfile.xlsx') to open an excel file , after doing some modification, i want to...
10 years ago | 2 answers | 1
2
answersQuestion
How to copy cells from one excel sheet to another
Hellow everyone . I have one excel sheet like this excelsheet1.xlsx = Name Age Tom 20 Dick 15 Harry 25 ...
10 years ago | 1 answer | 0
1
answerQuestion
Building a GUI from user input
Hellow everyone ! I am entirely new to MATLAB . i want to build a GUI like this Row = [text box 1] Column = [text box 2...
10 years ago | 2 answers | 0
2
answersQuestion
How can I process a sequence of EXCEL files inside a FOR loop
i have n numbers of excel files like this : mydata1.xlsx , mydata2.xlsx , mydata3.xlsx and so on . Now i want to process each of...
10 years ago | 1 answer | 0
1
answerQuestion
Extracting character from an excel file
Hello everyone . Suppose i have an excel file (data.xlsx) , which contains the following data. Name age Tom 43 Dick ...
10 years ago | 1 answer | 0
1
answerQuestion
Insert an identity matrix into a larger dimension of null matrix
hellow everyone ! Suppose i have an identity matrix . I=eye(3) which will produce I = [1 0 0 0 1 0 0 0 1] ...
10 years ago | 1 answer | 0
1
answerQuestion
joining of 2 matricces
hellow everyone . i have 2 following matricces .Say A =['dog' ;'cat' ; 'cow'] . B= [1;2;3] . now i want to get a matrix C such t...
10 years ago | 2 answers | 0