photo

Kuang-Yu WANG


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

18 个提问
0 个回答

排名
277,463
of 300,414

声誉
0

贡献数
18 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,954

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,667

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


multiple loops in sametime
I create a button that can detect several checkboxes, however I can not find a way to run those checked checkboxes in the same t...

7 years 前 | 0 个回答 | 0

0

个回答

提问


simultaneous pauses loop in GUI
I create a function for a togglebutton for control system. if get(togglebutton1,'value')==1 if get(checkbox1,'value')==1 ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


toggle button callback did not function
function closepump_Callback(hObject) %CLOSEPUMP Summary of this function goes here % Detailed explanation goes here global ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


togglebutton with togglebutton inside for afteruse control
hi, I have a problem when dealing with toggle button control. I use one togglebutton2 to deside whether the mechine is on or off...

7 years 前 | 1 个回答 | 0

1

个回答

提问


pause to control pumping time
start(p1.t); pause(pumptime1) stop(p1.t); start(p2.t); pause(pumptime2) stop(p2.t); ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how to combine if loop with or
i create a if loop that if i push button1. the program will get the number of edit1. same as button2. however i want to add 2 ch...

7 years 前 | 0 个回答 | 0

0

个回答

提问


toggle button control checkboxes that each has a slider
i want to use toggle with checkboxes that can control the buttons as for buttons can be push at the same time. however what i do...

7 years 前 | 0 个回答 | 0

0

个回答

提问


use a toggle button with check boxes selection for controling other toggle buttons at same time
I am using uibutton. i try to make a function that i can tick several checkboxes and push the 'open all' toggle button to open d...

7 years 前 | 0 个回答 | 0

0

个回答

提问


different size cells plotting
I have several data contain different size of cells. the data size mostly are [n*3]. [:,1] of each cells is timeline. however no...

7 years 前 | 1 个回答 | 0

1

个回答

提问


plotting stander deviations on means
How to plot std on means? hold on plot(1:xbig,stdu,'r*') plot(stdd,'go') plot(1:xbig,Out) this is m...

7 years 前 | 2 个回答 | 0

2

个回答

提问


excel averageif function in matlab
for cata = 1:281 mydata = mean(cellfun(@(x) x(cata,2), thecells)); data2 = cell2mat(num2cell(mydata)); ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


plotting target cell means from each arrays
for k2 = 1:22 data2 = mean(cellfun(@(x) x(k2,4), thething)) plot(data2,'-') end this is my script that i want to...

7 years 前 | 0 个回答 | 0

0

个回答

提问


plotting cells from arrays
for k2 = 1:22 data2 = mean(cellfun(@(x) x(k2,4), thething)) plot(data2,'-') end this is my codes. thething is my arra...

7 years 前 | 1 个回答 | 0

1

个回答

提问


subploting the cells from arrays
for k = 1:63 data = thething{:,1}(:,4) subplot(7,9,k) stem(data) end these my codes. thething is 63 cells each with diff...

7 years 前 | 1 个回答 | 0

1

个回答

提问


cell mean from each cells
I need to get the result like this mean(cellfun(@(x) x(1,4), thething)) mean(cellfun(@(x) x(2,4), thething)) ....

7 years 前 | 1 个回答 | 0

1

个回答

提问


calculate means to plot
i have many datas. thething = {26*7 double} {200*7 double} {100*7 double} .... {22*7 double}. I want to call out each me...

7 years 前 | 2 个回答 | 0

2

个回答

提问


take cells outside arrays to form new matrix
myarrays ={26*7 double} {43*7 double} .....{32*7 double} i could not get the (1,4) cell of each matrix to calculate the mean...

7 years 前 | 1 个回答 | 0

1

个回答

提问


multiple arrays in one result
I have one matrix that have 63 arrays and with many numbers inside. Does there any method that don't need to create 63 words for...

7 years 前 | 2 个回答 | 0

2

个回答