Abdullah Türk
Followers: 0 Following: 0
Statistiques
17 Questions
0 Réponses
RANG
124 043
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
17 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
76.47%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
How can I convert cell array to an arrary matrix?
Hi, I have a cell array and I want to ceovert it to an array matrix. Can I convert this cell array as follows: array_matrix =...
11 mois il y a | 3 réponses | 0
3
réponsesQuestion
How can I reduce the run time a code?
Hi everybody, I ran a code and controlled the run time of each script. As you can see in Figure attachment, I realized that f...
11 mois il y a | 2 réponses | 0
2
réponsesQuestion
How can I obtain char matrix from excel?
Hi everybody, I have a excel file (216x1) and I convert to it a char matrix (216x1). How can I do it? I presented my excel fil...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Matlab creates same input values every time? Why?
Hi everybody, I'm creating processing times as follows: function [ processing_times ] = PT( number_of_activity ) number_of_...
environ un an il y a | 4 réponses | 0
4
réponsesQuestion
How can assign numbers between two integer numbers instead of ones in a [0 1] matrix?
Hi everyone, I formed following matrice using randi([0,1],6,5). 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 1 1 1 1 0 1 1 1 0 1...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How can I convert an array to a matrix?
Hi, I have an array as follow: A = [127 77 107 148 30]; I want to convert this array as follows: B = [127 0;77 0;107 0;148 3...
plus d'un an il y a | 1 réponse | 0
0
réponseQuestion
find the index number using bsxfun command
Hi, I have two array as following: A = [12 13 15 1]; B = [1 2 12 15 10 13 11 14 3 4 5 6 7 8 9 16]; I want to find position o...
plus d'un an il y a | 4 réponses | 0
4
réponsesQuestion
Convert Number Character array to Number Integer array/matrix?
Hi everyone, I have a char matrix as follows: val = 00 01 10 11 I want to convert this cghar matrix to number integer m...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
DOUBLE cannot convert the input expression into a double array?
Hi everybody, I want to calculate a problem about Taylor series from a book but an error message occurred as follows: Thank yo...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I maximize a function in Matlab?
Hi everyone, A(i,1) = sum(B(i,:)) + C*3; I have function A as above. I wan t to maksimize this function. How can I do this? T...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I display a matrix as a figure?
Hello, I have a 4x5 matrix. It is below: a= 4 7 1 15 16 3 5 9 14 17 18 8 10 11 13 19 20 6 12 2 I want to display this m...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I create a random row matrix with some fixed positions?
Hello everyone, I want to create a row matrix with some fixed positions. For example, >> randperm(20) ans = 11 ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Creating a table in matlab
Hello everyone, I have a matrix as shown in the picture. Name of rows are A,B,C,D,E and names of columns are C1,C2,C3,C4,C5,C6 ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Show column matrices of different sizes as tables?
Hello everyone, I have 6 columns matrix of different sizes. I would like to show these matrices in a table as follows. A matri...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Divide a cell arrays with a part of another cell array?
Hello everyone, I have a 1x1 and 1x5 cell array with names A and B respectively. Here is my code: for i = 1:5 C{i,1} = B{...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Data transfer from excel to matlab!
Hello to everyone I want data transfer from excel to matlab. You can see the matrix I want to create in the image. For examp...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Assignment has more non-singleton rhs dimensions than non-singleton subscripts?
Hello, here is my code: for f = 1:n ind(f,1) = num2cell(find(edges{f,1} == inde_x),2); in_d(f,1) = size(ind{f,:},2)...
environ 6 ans il y a | 2 réponses | 0