photo

Alexander


Last seen: 4 months ago Active since 2023

Followers: 0   Following: 0

I'm a scatman!

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
MATLAB Answers

0 Questions
1 Answer

Cody

0 Problems
144 Solutions

RANK
12,498
of 300,571

REPUTATION
4

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1,346
of 169,680

CONTRIBUTIONS
0 Problems
144 Solutions

SCORE
1,889

NUMBER OF BADGES
8

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

2 years ago | 0

| accepted