photo

Asad Abbas


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
0 답변

순위
232,015
of 300,863

평판
0

참여
14 질문
0 답변

답변 채택
71.43%

획득한 표
0

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

거의 7년 전 | 답변 수: 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(...

거의 7년 전 | 답변 수: 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...

8년 초과 전 | 답변 수: 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...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 9년 전 | 답변 수: 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 ...

대략 9년 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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 ...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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 ...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 1 | 0

1

답변