Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
Accessing the string elements
I have 3 strings like the following: world=["America", "Europe"]; % Parent String America=["USA", "Brazil", "Argentina"...
7 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答已回答
problem while creating .exe file
@ Harsheel , hellow Sir . I have tried your recommanded method . >> license('checkout', 'Compiler') ans = 1 Bu...
problem while creating .exe file
@ Harsheel , hellow Sir . I have tried your recommanded method . >> license('checkout', 'Compiler') ans = 1 Bu...
10 years 前 | 0
提问
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 前 | 2 个回答 | 1
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0