photo

yue ishida


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

28 Questions
4 Réponses

File Exchange

1 Fichier

RANG
108 622
of 300 857

RÉPUTATION
0

CONTRIBUTIONS
28 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
71.43%

VOTES REÇUS
0

RANG
13 144 of 21 097

RÉPUTATION
25

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
1

ALL TIME TÉLÉCHARGEMENTS
253

RANG
160 796
of 171 361

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

  • First Submission
  • 3 Month Streak
  • Thankful Level 4

Afficher les badges

Feeds

Afficher par

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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Sort row by descending error
Hi. I have a cell like this. A= 'Q7' [ 0] 'Q12H' [-3] 'Q12G' [ 0] I want to sort by...

plus de 8 ans il y a | 3 réponses | 0

3

réponses

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 8 ans il y a | 3 réponses | 0

3

réponses

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 8 ans il y a | 3 réponses | 0

3

réponses

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 13 ans il y a | 3 réponses | 0

3

réponses

A soumis


Image Sample
To extract background from image.

plus de 13 ans il y a | 1 téléchargement |

0.0 / 5

Question


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

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
To 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...

environ 14 ans il y a | 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 ...

environ 14 ans il y a | 4 réponses | 0

4

réponses

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 14 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How 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 ...

environ 14 ans il y a | 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 ...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Second 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...

environ 14 ans il y a | 0

Charger plus