photo

Asad Abbas


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

14 Fragen
0 Antworten

RANG
232.005
of 300.853

REPUTATION
0

BEITRÄGE
14 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
71.43%

ERHALTENE STIMMEN
0

RANG
 of 21.094

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.319

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort