wyeen chow - MATLAB Central
photo

wyeen chow


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 11/19 to 04/25Use left and right arrows to move selectionFrom 11/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
1 个回答

排名
157,569
of 298,292

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Explorer
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


I require a plot of a pcolor for my project result. Each projection data(Trial1, 2,,3,... ) I had set it in numeric matrix form. hh = surface(zeros(size(x)),x,'Parent',cax);
%LBP formula DispMap= zeros(pixel); for Tx=1:N for Rx=1:N DispMap= DispMap + (SL(Rx,Tx)*NormEpair{Rx,Tx}); ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Index in position 2 exceeds array bound (must not exceed 6)
Hi all, May I ask how to solve this error? Thank you in advance. function[ F ,P1 ,Pl]=eldnba(x) warning off; data=[0...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Not enough input arguments
Hi all, I running this code here but it always shows not enough input. Anyone willing to guide me through this ? I still u...

3 years 前 | 1 个回答 | 0

1

个回答

提问


GUI problems callback function
Hi, I having a problem on running in ASK part. in callback function. For FSK and PSK, both of the codes are find. Only for ASK, ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to fix this error?
Hi, I had facing this problem. I try to compute the GUI and it comes out this error.

4 years 前 | 3 个回答 | 0

3

个回答

提问


Guide (How to activate the checkbox?)
Hi all, I had try to plot the graph with GUIDE and I use check box to activate it. Focus on function time_Callback(hObject, even...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to find the root value of h in a differential equation?
How can I find the value h(real form and imagnery form) in this differential equation? My coding started with this. syms E(h) ...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
How I can plot the magnitude and phase response oh the function
Hi, can i know how to plot a magnitude and phase spectrum for full wave rectifier? I had calculated manually?

5 years 前 | 0