Community Profile

photo

Sankirna D. Joge


Savitribai Phule Pune University

Last seen: 대략 2개월 전 2020년부터 활동

Followers: 0   Following: 0

연락

Programming Languages:
Python, MATLAB, Fortran
Spoken Languages:
English

통계

All
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer
  • Creator
  • CUP Challenge Master
  • Promoter
  • Community Group Solver
  • Introduction to MATLAB Master
  • Commenter
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
How do I combine multiple plots in one graph?
One must use hold on command after every plot, plot(x1,y1); hold on plot(x2,y2); hold on plot(x3,y3); hold off This will ...

3년 초과 전 | 0