Community Profile

photo

Asad Abbas


2016 年からアクティブ

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


How to calculate the distance
I have table B as given bellow. I have another point for example A=[100 111 80 120]. I want to calculate the euclidean distance...

約5年 前 | 2 件の回答 | 0

2

回答

質問


how to sum of each row according to values values in given function
Here I have a matrix of five rows and six columns. I want sum of each row according to given function by using for loop. f(...

約5年 前 | 2 件の回答 | 0

2

回答

質問


Function 'subsindex' is not defined for values of class 'cell'.
Please guide me. a = [1,0,1;1,1,0;1,1,1]; b = [0,1;1,0]; allcomb = []; When I run this below command cell2mat...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How to repeat n matrix simultaneously?
c1 and c2 are two matrix given code is repeating two matrix c=[repmat(c1,size(c3,1),1),repmat(c3,size(c1,1),1)]; How I...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


Why this error is showing?
cell2mat(allcomb(num2cell(c1,2),num2cell(c3,2))); Undefined function or variable 'allcomb'. Please help

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to combine multiple random matrix.
Need hepl please. Here is given code where I am generating binary matix based on switch case. I want to "repmat" to generate ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to combine two or more than two matrix
Please help me. Here is Example a=[1 0 1, 1 1 0, 1 1 1] and b=[0 1, 1 0 ] I want combine these two matrix with each possib...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Random and unique number generation with constraints.
Please help me. Here is given my given code where random number generation of 0 and 1 and find the unique solutions with given m...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Random number generation but alternative
Please help me. I want generate random number 0 and 1 as given code with constraints. Now my given constraint is 1st column and ...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Random but unique values in matrix
Please help me! I want to generate random but unique row as given in code. I want generate complete 100*13 matrix. When this cod...

7年以上 前 | 4 件の回答 | 0

4

回答

質問


How to draw pareto front of my given code
Please help me to find pareto front of given objective functions. I am beginner in matlab so please give little explanation. If ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


Optimization tool Multi objective Genetic Algorithm
I am facing problem of multi objective optimization by Genetic Algorithm (By using Matlab Optimization tool) with give 4 objecti...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How lower bound and upper bound value can be specify in fgoalattain
I have 13 variables 4 objective functions. I am using "fgoalattain" optimization tool. For lower bound and upper bound values I...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to give randi values in different columns of matrix
pop_size=100; V=13; b=randi([0 1],pop_size,V); %100*13 matrix I want randi values [0 1] in first two columns with co...

7年以上 前 | 1 件の回答 | 0

1

回答