photo

Mahmud Hamed


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

Followers: 0   Following: 0

统计学

All

Feeds

排序方式:

提问


Hi COMM, How can I hold only one plot while updating the rest in a figure ? E.g. I want to keep (x,f) plot fixed , while keeping the current value for the animated plot
SSmin=0; SSmax=19; x=SSmin:0.01:SSmax; f= (x).*sin(x) +20; figure plot(x,f) hold on for k=1:length(x) plot(x(k),f(k...

2 years 前 | 1 个回答 | 0

1

个回答

频道


DHT22 Sensor Data
Sending Temperature and Humidity

4 years 前