Feeds
질문
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(...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to store multiple variables on Matlab?
clear; wpp = []; % stores how the weight of cataylst changes yapp = [];...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
4년 초과 전 | 답변 수: 1 | 0
