Community Profile

photo

Cheuk Yin Wong


Last seen: 8 months ago Active since 2022

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Mean and Standard deviation table
I have a table "cal_table" and it looks like this: I would like to find the mean and standard deviation of each 'cal0_05mM', ...

1 year ago | 2 answers | 0

2

answers

Question


Rename a lot of files
I have a lot of files with names 'Sample_1.csv, Sample_2.csv, Sample_3.csv, ..., Sample_101'. I would like to rename all of them...

1 year ago | 2 answers | 0

2

answers

Question


What is a handle?
I always see the word 'handle' in the matlab community but I don't quite understand what is it even I search it online. I am an ...

1 year ago | 1 answer | 0

1

answer

Question


Change of marker size and color of a fitted plot
x = T.Power_W; y = T.Pressure_MPa; f = fit(x,y,'power1') %% plot plot(f,x,y) % annotation xlabel('Power / W'); ylabel...

2 years ago | 1 answer | 0

1

answer

Question


Combining two matrices with different sizes
I have two matrices: M1(176x2x7) double and M2(369x2x27). The 176 column is 250:600 (interval of 2) and the 369 column is 230:59...

2 years ago | 1 answer | 0

1

answer

Question


Find the corresponding value of y when x is a specific value?
I have a 369 x 2 x 27 matrix. The 369 rows (x value) are from 230:598. I want to find the corresponding y value when x-value is ...

2 years ago | 1 answer | 0

1

answer