Community Profile

photo

Debelaw Kediro


Last seen: meer dan 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How can I change a simple matlab code to python
n = 1000; std = 1; x = std.*randn(n,1); figure(1) plot(x,'.') grid on ; histogram(x,50) y = cos(x); figure(2) plot(y,'...

meer dan 2 jaar ago | 1 answer | 0

1

answer