photo

Chuguang Pan


Last seen: Today 2019년부터 활동

Followers: 3   Following: 12

메시지

Continuous learning matters enormously. Knowledge and industries change fast these days, so we can not stop learning once we master a set of skills. Keeping learning helps us broaden our horizons, improve our problem-solving skills and stay competitive in both work and life.

Programming Languages:
MATLAB, Python, C
Spoken Languages:
English, Chinese
Pronouns:
He/him
Professional Interests:
Control Algorithm Design, Signal and Data Processing, Mechanical Engineering

통계

All
MATLAB Answers

34 질문
62 답변

File Exchange

13 파일

Cody

0 문제
295 답안

순위
569
of 301,837

평판
139

참여
34 질문
62 답변

답변 채택
70.59%

획득한 표
26

순위
14,406 of 21,431

평판
17

평균 평점
1.00

참여
13 파일

다운로드 수
63

ALL TIME 다운로드 수
125

순위
509
of 176,887

참여
0 문제
295 답안

점수
3,781

배지 수
14

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 4
  • Thankful Level 3
  • Speed Demon
  • Promoter
  • Personal Best Downloads Level 1
  • First Submission
  • First Review
  • Project Euler I
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


MATLAB 101: Reverse a Vector
Write a MATLAB function that takes a 1D vector (either a row or a column vector) and returns the vector with its elements in exa...

4일 전

제출됨


Multi Head Hybrid Adaptive Attention Mechanism
Multi-head hybrid adaptive attention (MHAA) mechanism integrating MSA and MEA.

5일 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

문제를 풀었습니다


Multiply the Diagonals of Two Vectors
Find the diagonals of vectors a and b and multiply them.

16일 전

제출됨


T-S Fuzzy Markov Jump Systems Simulation Example
T-S Fuzzy Markov Jump Systems Simulation based on ode Object and odeEvent object.

17일 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

제출됨


Customized Graph Attention Layer for Graph Neural Network
Customized Graph Attention Layer based on Deep Learning Toolbox for graph neural network.

19일 전 | 다운로드 수: 6 |

0.0 / 5
Thumbnail

제출됨


Top-k Sparse Attention Layer
Top-k Sparse Attention Layer implemented based on Deep Learning Toolbox and customized deep learning layer template.

20일 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Customized Graph Convolution Network Layer
Graph Convolution Network (GCN) Layer constructed based on MATLAB Deep Learning Toolbox.

22일 전 | 다운로드 수: 6 |

0.0 / 5
Thumbnail

제출됨


Customized Mamba SSM Block Deep Learning Layer
Core Mamba SSM block implementation leveraging selective state spaces based on MATLAB Deep Learning Toolbox

25일 전 | 다운로드 수: 12 |

0.0 / 5
Thumbnail

문제를 풀었습니다


Count the even numbers in a multiplication table
A multiplication table that has products of numbers from 1 to 10 has 75 even numbers among the products. Write a function to c...

26일 전

제출됨


Quadratic 1D Convolution and Fully-Connection Layer
Quadratic 1D convolution layer and fully-connection layer.

27일 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

제출됨


Efficient Channel Attention (ECA) for Spatial attention
To capture spatial dependencies in the multivariable time series data, ECA enhances the representational capacity of deep CNN.

28일 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

제출됨


PPO Deep Reinforcement Learning Control Example
PPO DRL continuous control example with customized environment based on Deep Learning Toolbox

대략 1개월 전 | 다운로드 수: 4 |

0.0 / 5
Thumbnail

제출됨


Adaptive Morlet Wavelet Transform Deep Learning Layer
Differentiable parameterized Morlet wavelet transform layer is constructed for adaptive time-frequency representation of complex...

대략 1개월 전 | 다운로드 수: 7 |

0.0 / 5
Thumbnail

제출됨


Electro-hydraulic system simulation under OBC method
The electro-hydraulic system (EHS) is simulated under the optimal backstepping control (OBC) method with reinforcement learning....

대략 2개월 전 | 다운로드 수: 5 |

0.0 / 5
Thumbnail

답변 있음
How to print a line of text with multiple variables
@Gabbie. The fprintf function fprintf(formatSpec,A1,...,An) applies the formatSpec to all elements of array A1, ..., An in colum...

대략 2개월 전 | 1

| 수락됨

문제를 풀었습니다


Battery Discharge Time Estimation
In a Battery Management System (BMS), the estimated discharge time (T) of a battery can be calculated as: ​​ where: ​ is the ...

2개월 전

문제를 풀었습니다


Energy Stored in a Capacitor
The energy (E) stored in a capacitor is given by the formula: where: C is the capacitance (in farads) V is the voltage (in ...

2개월 전

문제를 풀었습니다


Simple Electrical Power Calculation
Calculate the electrical power using the formula: P=V×I where: V is the voltage (in volts) I is the current (in amperes)

2개월 전

문제를 풀었습니다


Ohm’s Law - Calculate Resistance
Ohm’s Law states that resistance R can be calculated as:R=V/I​ where: V is the voltage (in volts) I is the current (in ampere...

2개월 전

제출됨


A simple example to illustrate the event-triggered control
A simple example to demonstrate the event-triggered control using 2nd-order linear system model.

3개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

질문


LSTM network time series prediction error occurs at the initial time step
I have trained a LSTM network for time series regression. After training, I want to test its performance based on the test datas...

3개월 전 | 답변 수: 1 | 0

1

답변

질문


Training error when use selfAttentionLayer with DropOut
I want to use selfAttentionLayer to construct the time series prediction model. However, when I use selfAttentionLayer with Drop...

3개월 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Double the 2x2 Matrix
In this challenge, you are given a predefined 2x2 matrix called x. Your task is to multiply every element in this matrix by 2 an...

3개월 전

문제를 풀었습니다


Mass Conversion 1

3개월 전

문제를 풀었습니다


Energy Conversion 2

3개월 전

문제를 풀었습니다


Current through resistor
Three resistors (R2, R3, R4) are connected in parallel as shown in the figure. If this combination is connected in series with ...

3개월 전

문제를 풀었습니다


Calculate Parallel Resistance
Three resistors connected in parallel have resistances R1, R 2, and R 3, respectively. Return the total resistance R total of ...

3개월 전

문제를 풀었습니다


Resistance of a light bulb
The current through two identical light bulbs connected in series is C Amperes. The total voltage across both bulbs is V Volts....

3개월 전

문제를 풀었습니다


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

3개월 전

문제를 풀었습니다


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

3개월 전

더 보기