offers.P.qty = [90; 155; 80];
offers.P.prc = [50; 30; 40];
[results, co] = auction('case9', offers);
??? Attempt to reference field of non-structure array.Error in ==> auction at 108 [nro, nco] = size(offers.qty); Sir when try run auction.m its show like this.. how to rectify it. .. Regards S Arun Jees
