Feeds
提问
Need help about error for Area
Need to calculate area of triangle getting error with nargchk need help to fix it. function area = area2d(x1,y1,x2,y2,x3,y3...
8 years 前 | 3 个回答 | 0
3
个回答提问
Program not running correctly. Trying to write program to determine number of days in month.
% get the month and year disp('Program to calculate number of days'); month = input('Enter the month (1-12): '); year...
8 years 前 | 1 个回答 | 0
