Now I did this code (the main code is codeJJ2.m) the other are function codes Now
In the main code We have
S=3 which plot N1, N2, N3, N4 together
S=23 which plot N1, N2, N3, N4 together
S=6 which plot N1, N2, N3, N4 together
S=26 which plot N1, N2, N3, N4 together
S=7 which plot N1, N2, N3, N4 together
S=27 which plot N1, N2, N3, N4 together
S=9 which plot N1, N2, N3, N4 together
S=29 which plot N1, N2, N3, N4 together
I need to do S=10 which can plot four figures:
First figure shows Just N1 together from S=3 and S=6 and S=7 and S=9
Second figure shows Just N2 together from S=3 and S=6 and S=7 and S=9
Third figure shows Just N3 together from S=3 and S=6 and S=7 and S=9
Fourth figure shows Just N4 together from S=3 and S=6 and S=7 and S=9
and
I need to do S=50 which can plot four figures:
First figure shows Just N1 together from S=23 and S=26 and S=27 and S=29
Second figure shows Just N2 together from S=23 and S=26 and S=7 and S=29
Third figure shows Just N3 together from S=23 and S=26 and S=27 and S=29
Fourth figure shows Just N4 together from S=23 and S=26 and S=27 and S=29.
Attachment:- Assignment - Code and Detail.zip