Community Profile

photo

xiaoshu liu


Last seen: 2 years 前 自 2020 起处于活动状态

统计数据

  • First Review
  • First Answer
  • Revival Level 1

查看徽章

Content Feed

排序方式:

已回答
Plotting 4 dimensions in 1 graph (4th D being color)
scatter3(x,y,z,5,c,'filled'); where 5 is the size of your marker c is automatically linearly mapped to the colormap.

4 years 前 | 0

已回答
Solving ODE's with time-dependent variation in inputs using ode45
I remember Matlab staff replying to another post that ODE can't take a varying input. The work around is to use interp1. You'd...

4 years 前 | 0