Statistics
RANK
156 880
of 295 467
REPUTATION
0
CONTRIBUTIONS
28 Questions
4 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
12 886 of 20 234
REPUTATION
25
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
251
RANK
143 335
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Pull same column of cell from same variable, different .mat files
Hi. I want to ask about my problem. I have 30 .mat files. from results1.mat, results2.mat, results3.mat, until results30.mat...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
Save run a .m file and rename a file in a loop
Hi. I want to ask. Is there anyway to run a .m file and rename a saved file by increment the number in the end of name, like ver...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
Calculate a matrix based on value from another matrices
Hi. I want to calculate new value in matrix C and based on conditions from value of matrix P and R. R= [1 -0.136 0.036...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
Sort row by descending error
Hi. I have a cell like this. A= 'Q7' [ 0] 'Q12H' [-3] 'Q12G' [ 0] I want to sort by...
mer än 7 år ago | 3 answers | 0
3
answersQuestion
Sort and add value from same neighbour value
I have a calculation problem and need anyone help to solve it. out = 'Q7' [ 0] 'Q12G' [ 0] 'Q12G' ...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
To combine different cells with empty columns together
Hi. I want to combine three different cells in a cell with additional empty columns.. funct1 = 'Q7' 'Q12F' ...
mer än 7 år ago | 2 answers | 0
2
answersQuestion
To put score value based on neighbor column position value in same row
Hi. I have a cell funct. funct = 'Q7' [] 'Q12G' [] 'Q12G' [] 'Q12F' [] 'Q12H' [] 'Q...
mer än 7 år ago | 3 answers | 0
3
answersQuestion
Check and eliminate rows based on conditions 2
Hi. I have a matrix as below. I need help to code this problem. A = [1.0000 -0.1367 0.0366 0.2431 ...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
Arrange string based on 1 or 0 value
Hi. I have question regarding to cell string and matrix. I have matrix F and cell string D. I want to create another cell string...
mer än 7 år ago | 2 answers | 0
2
answersQuestion
Short code to calculate and display value of matrix based on condition
Hi. I want to calculate new value in matrix C and based on conditions from value of matrix P. I want to display values cell stri...
mer än 7 år ago | 3 answers | 0
3
answersQuestion
Check and eliminate rows based on conditions.
Hi. I have a matrix as below. I need help to code this problem. A= 1 0 0 0 0 0 0...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
how to set more than 1 value to this code?
Hi...this is my code. rs = m; n=7; OFF = [m n]; A=zeros(m,n); B = repmat(eye(n),ceil(m/n),1); i1 =...
ungefär 12 år ago | 1 answer | 0
1
answerQuestion
To change value based on algorithm
Hi and Salam. I have a matrix as below: A = [11 1 11 11 11 11 11; 11 22 1 11 11 11 11; 11 11 11 1 33 11 1...
ungefär 12 år ago | 1 answer | 0
1
answerQuestion
To set value based on condition in a matrix
Hi. I have a problem to set up value in a matrix. I have a A=m*n matrix. For example, m=13, and n=7. So, my coding will be like ...
ungefär 12 år ago | 3 answers | 0
3
answersQuestion
Extract background with similar color, but maintain the object original color
Hello. I want to ask you because I'm not very familiar with matlab image processing. I have a collection of image files. There...
mer än 12 år ago | 1 answer | 0
1
answerQuestion
To put colour in specific cells in uitable GUIDE.
1. In a uitable, I have a set of matrix as below: a=[0 0 0 0 1 1 0 0; 0 0 0 0 0 0 0 0; 0 0 0 0 0 1 1 1; 1 0 0 0 0 0 0 0] ...
nästan 13 år ago | 1 answer | 0
1
answerQuestion
To code based on percent in a matrix.
a=[0 0 0 0 1 1 0 0; 0 0 0 0 0 0 0 0; 0 0 0 0 0 1 1 1; 1 0 0 0 0 0 0 0] I need to replace zero value in a m x n matrix with val...
nästan 13 år ago | 1 answer | 0
1
answerTo change value in cells based on conditions
i still get error for my answer, maybe we need to change a bit of this coding? I was trying this code based on your code, but st...
nästan 13 år ago | 0
Question
To change value in cells based on conditions
I have coding as below. a=[11 11 33 33 22 44; 33 33 33 11 11 22; 33 33 11 22 22 44; 44 44 33 22 44 11] I need to change the ...
nästan 13 år ago | 4 answers | 0
4
answersQuestion
To check coding
I have coding as below. a=[11 11 33 33 22 44; 33 33 33 11 11 22; 33 33 11 22 22 44; 44 44 33 22 44 11] s = size(a); b...
nästan 13 år ago | 1 answer | 0
1
answerQuestion
To choose and shift an element randomly
I have a matrix as below: a=[11 11 22 22 33 33; 22 22 33 33 44 44; 44 44 11 11 22 22] a= 11 11 22 22 33 33 22 22 33 ...
nästan 13 år ago | 1 answer | 0
1
answerQuestion
How to arrange rows in uitable?
I have 2 matrices as below: A=[1 2 3 0;1 2 4 5;0 9 7 0;1 3 4 6]; A=num2cell(A) penalty=[-10; -20; -30; 0] I need to d...
nästan 13 år ago | 2 answers | 0
2
answersQuestion
To calculate value in a uitable
In a uitable table, I have produce a matrix as below: >> a= [1 1 1 2 2 3 3 3 4 ; 3 3 1 4 4 4 3 1 1; 3 3 2 4 1 1 1 3 2] a =...
nästan 13 år ago | 1 answer | 0
1
answerQuestion
To put value in the specific column of uitable
A uitable is constructed like this: a=[1 2 3 0;1 2 4 5;0 9 7 0;1 3 4 6]; a=num2cell(a) First the matrix is like this: 1 2 3 0...
nästan 13 år ago | 1 answer | 0
1
answerQuestion
To transfer value of cell in uitable with another cell
A uitable is constructed like this: a=[1 2 3 0;1 2 4 5;0 9 7 0;1 3 4 6]; a=num2cell(a) First the matrix is like this: ...
nästan 13 år ago | 1 answer | 0
1
answerHow to transfer value in a matrix?
First the matrix is like this: 1 2 3 0 1 2 4 5 0 9 7 0 1 3 4 6 Next the matrix will become like this: 1 2 3 1 2 4 5 9 7 ...
nästan 13 år ago | 0
Question
How to transfer value in a matrix?
I have create a matrix for a table as below a=[1 0 0 1 3;2 3 1 7 0;1 1 1 2 3] Therefore I need to construct the code based on ...
nästan 13 år ago | 1 answer | 0
1
answerQuestion
How to transfer value of a array to another array?
I have a problem to solve. How we can transfer value of one array to another array? For example,the sample code are as below: ...
ungefär 13 år ago | 1 answer | 0
1
answerSecond problem uitable
may i know how to solve the problem of uitable. I have input in a 3x15 cells with random number. So, I want to keep some cells u...
ungefär 13 år ago | 0