Community Profile

photo

Chuguang Pan


Last seen: 3日 前 2019 年からアクティブ

Mechanical Engineer

Programming Languages:
C
Spoken Languages:
English
Pronouns:
He/him

統計

All
  • First Review
  • Thankful Level 2
  • Project Euler I
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

バッジを表示

Content Feed

表示方法

回答済み
Trouble with handling values in anti-diagonal of a square matrix
diagVal=8; otherVal=1; nrows=8; if mod(nrows,2) % odd A=(diagVal-otherVal)*eye(nrows) + (diagVal-otherVal)*fliplr(eye(...

21日 前 | 1

回答済み
Hello, I have a cell array with the list of files I would like to delete. However I would not like to use a for loop to loop through each file to delete it.
maybe you can use cellfun. Files={'1.txt','2.txt','3.txt'}; cellfun(@delete,Files)

21日 前 | 0

回答済み
Solving matrix equation in Matlab,
Using vectorization operator vec, which transfer a matrix to a column vector through stacking matrix's columns vertically. There...

22日 前 | 0

| 採用済み

回答済み
Making loop for a function 'xlsread'
xlsread is not recommended, you can use readtable/readmatrix/readcell depend on what type of data you want to read. The followi...

24日 前 | 1

質問


Where is the Location of CMakeLists File When I Build Simulink Model With CMake?
I want to build the shapesdemo Model which is incorporated in DDS Blockset Examples. I follow the steps illustrated in accompani...

27日 前 | 2 件の回答 | 0

2

回答

質問


CMake Error When Building DDS Blockset shapesdemo Example Model
I want to build the shapesdemo Simulink Model which is incorporated in DDS Blockset Examples. I follow the steps illustrated in ...

28日 前 | 0 件の回答 | 0

0

回答

質問


How to implement Ethernet Communication in Simulink Desktop Real-Time
I want to use Ethernet Communication within Simulink Desktop Real-Time. But I do not find corresponding I/O block in Simulin...

4ヶ月 前 | 2 件の回答 | 0

2

回答

回答済み
How to take the mean of each four adjacent position in a matrix?
A=randi(10,1536,2048); % test Matrix M=zeros(768,1024); % result Matrix for row=1:768 for col=1:1024 M(row,col...

2年弱 前 | 1

| 採用済み

質問


Can not create MATLAB string without MATLAB runtime being initialized.
I create a .NET assembly using a function written in MATLAB. When I want to create a MATLAB String using MWStringArray Class, it...

約2年 前 | 0 件の回答 | 0

0

回答

質問


expression error in Documentation
I think the expression in the image shown below should be , whose derivative is equal to ! Documentation Link

約2年 前 | 1 件の回答 | 0

1

回答

質問


importrobot but can not show visual geometries.
I try to import a robot model by using importrobot function with the input is a Simscape Multibody model. However, when I s...

約2年 前 | 1 件の回答 | 0

1

回答

解決済み


Find the Pattern 5

3年以上 前

解決済み


03 - Matrix Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3a.png>> A 9x9 matrix full of 2's (Hint: use *ones* o...

3年以上 前

解決済み


Determine the number of odd integers in a vector
Determine the number of unique odd integers in a vector. Examples: Input x = [2 5 8 3 7 1]; Output y = 4; Inp...

3年以上 前

解決済み


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

3年以上 前

解決済み


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

3年以上 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

3年以上 前

解決済み


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

3年以上 前

解決済み


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

3年以上 前

解決済み


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

3年以上 前

解決済み


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

3年以上 前

解決済み


Find the Pattern 10

3年以上 前

解決済み


Find the Pattern 9

3年以上 前

解決済み


Find the Pattern 8

3年以上 前

解決済み


Find the Pattern 7

3年以上 前

解決済み


Find the Pattern 6

3年以上 前

解決済み


Find the Pattern 4

3年以上 前

解決済み


Find the Pattern 3

3年以上 前

解決済み


Find the Pattern 2

3年以上 前

解決済み


Find the Pattern 1

3年以上 前

さらに読み込む