![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25901588_1647173791193_DEF.jpg)
Berfin Çetinkaya
Followers: 0 Following: 0
Statistiques
28 Questions
0 Réponses
RANG
36 007
of 297 016
RÉPUTATION
1
CONTRIBUTIONS
28 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
71.43%
VOTES REÇUS
1
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
get values from each column and create graphical
A matrix= [4.37 43700 12866.8 14880.8 8.74 87400;... 1.4098 14098 22850 13683.4 2.8196 28196;... 3.0706 30706 32876 13051.8 6...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
reading the numbers resulting from the loop
Hello friends I got some numbers at the end of the loop. But I couldn't understand what exactly these numbers mean For example...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
multiplication by taking into account the values when creating a matrix
A matrix: A = [2 1 4 3; ... 10 15 20 10; ... 20 10 15 20] B matrix: B = [1 3 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
do matrix multiplication by taking different values according to the range
A matrices : 2 1 3 7 1 3 2 8 6 5 9 4 B matrix: C matrix: ...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
multiply values in different rows
Hi! I have three matrices. first matrices : A= 2 3 1 4 8 5 2 3 1 2 6 7 6 8 4 1 B...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
sorting a matrix by another matrix
For example we have a matrix A matrix 1 2 3 4 5 0.1 0.9 0.2 0.7 0.5 0.3 0.2 0.7 0.4 0.9 and there is one more matrix 3 5 4 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
sort the matrix by the order of the first row
i have a matrix.I want to sort the columns of this matrix to be 1,2,3,4,5.... (note: my real matrix is very big. I gave these ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
separating numbers in cells
I have a matrices like : 1-8 7-1 8-4 4-6 8-5 7-3 I want to separate it as two matrices. first matrix : 1 7 ...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
sum a column in a matrix
Hi guys I have 20 matrices like in my photo. I want to sum the 7th column of each matrix. Then how can I print the values of ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
looking for multiple values in a matrix
Hi guys I created a code. The purpose of this code is: It goes to the first row of matrix birfazson. It looks where it says "1...
presque 3 ans il y a | 1 réponse | 0
0
réponseQuestion
a run function gives an error due to size
Hi for bi= 1: 10; bj= 1 : 10; resultt(bi,bj) = birfazson(1,birfazson(2,:) == 1).' end I have such code in my file....
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I query whether a cell is full?
Hi How can I query whether a cell is full? For example, I want to do something like this using the if structure: if this cell ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
search for a value in one matrix in another matrix
Hi everybody Matrix A: 16 14 12 10 18 Matrix B: 2 3 5 4 1 new matrix : 2 14 3 12 5 18 4 ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
take a sum in a matrix and print it on a different row
process time start time end time 2 0 1 3...
presque 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
split the matrix into two
Hello everyone I have a matrix. And I want to split this matrix into two matrices, but there's a rule. It needs to get 1,3,...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
reallocating matrix concatenated as string
birlestirbirincifaz = cell(20,69) ; for i = 1:20 for j = 1:69 birlestirbirincifaz{i,j} = [num2str(sonucmatrisi...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
combining and separating two matrices
I have two matrices A matrix: 1 2 4 7 5 3 9 5 1 B matrix: 3 8 4 5 4 2 8 3...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
swapping two matrices with similar randomness
I have two matrices. I want the random change to be made in one matrix to be done in the same way in the other matrix. (note :...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
code that randomly changes columns in matrix throws error
I have a matrix This matrix consists of four rows. Some numbers are integers and some are decimals. I want to print a code on ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
multiplication of rows by range in a matrix
i have two matrices matrix A: 50 44 80 0 50 0 80 52 50 0 80 52 ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
randomly shuffle the matrix by taking two rows
For example, if I have 1 5 9 13 17 20 2 6 10 14 18 21 3 7 11 1...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
convert code to function
Hello everyone, I wrote a code for my genetic algorithm, but I can't specify it as a function, can you help please? newM=bi...
presque 3 ans il y a | 3 réponses | 1
3
réponsesQuestion
picking numbers from matrix
I have a matrix and it contains some numbers. I want to pick a random number from each column in this matrix and print it in ano...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
combine matrix from different matrix
I have two matrices named A and B. Can I combine these matrices (169 columns total) so that the first column is from A and the s...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
picking numbers from matrix
I have a matrix and it contains some numbers. I want to select a random number from each column in this matrix and print it in a...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I print row number to matrix in matlab?
How can I print row number to matrix in matlab? I have a matrix and I want to print the row number on the cells that write 1 in...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
random assignment to 1s in a matrix
c= birincifaz(:,:) x=find(c==1) ja=randi(613,1) c(x(ja))= randi(10,1) Hi. I have set up such code. My matrix is very lar...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
I created code in the command window but I could not write it as a function.
N = 138 j=1; for i = 1:2:N A(1,i) = int32(j); A(2,i) = randi([1 10],1); A(1,i+1) = int32(j); A(2,i+1) = ...
presque 3 ans il y a | 1 réponse | 0