Community Profile

photo

Rosemary Gardner


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to plot multiple curves without usnig a for loop?
I was tryiinig to plot my graphs with multiple curves on the same graph. It didnt work until I have added the 'for i=1:1:length(...

2 years ago | 1 answer | 0

1

answer

Question


How to store multiple variables on Matlab?
clear; wpp = []; % stores how the weight of cataylst changes yapp = [];...

2 years ago | 0 answers | 0

0

answers

Question


How to store multiple variables on Matlab?
wpp = []; % weight of cataylst change yapp = []; % mole fraction of species A change ycpp = []; % mole fraction of species C c...

2 years ago | 1 answer | 0

1

answer