Property assignment is not allowed when the object is empty. Use subscripted assignment to create an array element
Show older comments
packet_allocated_bandwidth = 0; This line of code was initially given as zero. So when I assigned 200 to packet allocated bandwidth of the next connection,it displays the error given below. NextConnection.packet_allocated_bandwidth = 200; This line of code displays the following error: Property assignment is not allowed when the object is empty. Use subscripted assignment to create an array element. Please what does it want me to do? Help is needed. Thanks in advance
Accepted Answer
More Answers (0)
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!