Form the 3 row dataset containing the following data using I
Form the 3 row data-set containing the following data using ImspaceO, \'¦ and Save it as \'A\' Extract all the three rows and save them m variables *A1\\ \'A2\' and \'A3\' as column vectors Combine column vectors \'A2\' and \'AB\' into a new matrix \'8\' Plot both the columns of \'B\' versus \'AT. first using hold function and then again in a separate figure window using subpk>t() Using one single plot command, plot \'V v/s \'AT. Add labels, title, legend and properties Create a new matrix \'C\' combining \'Al\' and \'B\'. Save this matra \'C in a Vtxt file of your choice Use lmspace(m, n,a), m:step_size:n and combine it with usual matrix creation methods using [) and Separately extract the three rows, transpose the content and then store them in Al, A2 and A3 Form a new two columned matrix with first column as A2 and second column as A3 Create graphs for A2(k>cated m 1\" column of B) v/s Al and Allocated in 2\"* column of B) v/s Al using plot(), hoki on and making use of subpfoffARefer to the Lecture 3 slide for more details on subplotO) Create same graphs using one single plot command; plot(pairl,pair2) Now combine Al and B similar to problem 3. Use \'save\' to create a new text file containing all the data in C
Solution
uploaded image not shown
