photo

Ting-Yu Chueh


Last seen: 7 months ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
9,032
of 300,365

REPUTATION
4

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
4

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

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

  • Thankful Level 3

View badges

Feeds

View by

Question


Extract the values corresponding to the specific filed in the struct
Dear all, I want to extract the all informaiton of the type field of ' S1 ' from the struct so that I can konw the latency and ...

3 years ago | 1 answer | 0

1

answer

Question


Graph metrics analysis (average clustering coefficient, characteristic path length and diameter)
Hello everyone, Attachment is a 30 x 30 metrics data. I want to performe Graph metrics analysis in this data. Do anyone know ...

4 years ago | 0 answers | 0

0

answers

Question


Find cells with specific condition
Hi everyone, As the attachment, there is a cell array. I want to find specific cells as below: Con1= {11 2}; Con2= {12 1}; ...

5 years ago | 1 answer | 0

1

answer

Question


Duplicate the element n times for specific dimension
Dear all, I have a matix. The size is 22x15x30x4000 (316800000 double) I would average the elements in last dimension betw...

5 years ago | 1 answer | 0

1

answer

Question


How to add errorbars
Dear all, I want to add the errorbar for each bar, but it didn't work out. The code I wrote is below Can anyone fix it ? T...

6 years ago | 1 answer | 0

1

answer

Question


Put title for each subplot
Dear all, I want to put a subtitle for each subplt. I tried to do, but it didn't work out. The code is below, Could anyone he...

6 years ago | 1 answer | 1

1

answer

Question


Put label in colorbar
I put the label ('Power (dB') in my color bar, and the code is below: a=colorbar; ylabel(a,'Power (db)','FontSize',16,'Rotatio...

6 years ago | 2 answers | 3

2

answers

Question


Replace specific string in structure
Hi everyone, I wan to replace all varibel-'keypad1' with '1'. Can anyone help me? Thanks.

6 years ago | 1 answer | 0

1

answer

Question


Find specific cell in another cells
Hi everyone, Attachment is my file. I would like to know the locations of this cells containes a specific cell-{21 31 1} I ...

6 years ago | 1 answer | 0

1

answer

Question


Find cell and return index
Hi everyone, a = { {21 3 1}, {22 32 2}, {21 31 2}, {22 32 1} }; I would like to know the locations of the cells containing a ...

6 years ago | 1 answer | 0

1

answer