Variable lamb1 appears to change size on every loop iteration
    2 次查看(过去 30 天)
  
       显示 更早的评论
    
maximag=max(imag(ee));
  lamb1(i1,j1)=maximag;
hello sir i m getting warning as lamb1 changes the size in every loop,because of this warning my program became very slow,can you please help me out.
2 个评论
  Smitesh Patil
      
 2021-7-19
				Are you appending maximag to lamb1 inside a loop? Its not very clear from the example here.
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!