Berfin Çetinkaya
Followers: 0 Following: 0
Estadística
28 Preguntas
0 Respuestas
CLASIFICACIÓN
35.884
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
28 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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: ...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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....
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
take a sum in a matrix and print it on a different row
process time start time end time 2 0 1 3...
más de 2 años hace | 3 respuestas | 0
3
respuestasPregunta
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,...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
reallocating matrix concatenated as string
birlestirbirincifaz = cell(20,69) ; for i = 1:20 for j = 1:69 birlestirbirincifaz{i,j} = [num2str(sonucmatrisi...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 :...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 3 respuestas | 1
3
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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) = ...
más de 2 años hace | 1 respuesta | 0