Community Profile

photo

Alexander


Last seen: 6 maanden ago Active since 2023

Followers: 0   Following: 0

I'm a scatman!

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
  • Community Group Solver
  • CUP Challenge Master
  • Knowledgeable Level 1
  • First Answer
  • Introduction to MATLAB Master
  • MATLAB Central Treasure Hunt Finisher
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
can anyone tell me how to plot, plots of two different programs in a single plot?
use "hold on" between both plottings: plot(a,b) hold on plot(c,d) hold off

12 maanden ago | 0

| accepted