Why i am getting error in printing array?
clc
clear all
close all
a= [1,2,3,4,5,6,7];
b =[12,14,13,15,17,29,21];
c=[];
c= [b;a];
print(c);
I am getting error in p...
1 month ago | 1 answer | 0
1
answer
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.