A question regarding "subaxis" function
이전 댓글 표시
Hello,
I am trying to create subplots with specified vertical and horizontal spacings. I tried the "subaxis" function and I faced an error:
Error in subaxis (line 41)
Args=parseArgs(varargin,Args,{'Holdaxis'},{'Spacing'
{'sh','sv'}; 'Padding' {'pl','pr','pt','pb'}; 'Margin'
{'ml','mr','mt','mb'}});
Here is the link for the function:
Also, I tried the "subtightplot" function and faced another error:
Error in subtightplot (line 56)
h=subplot('Position',pos_vec,varargin{:});
Link for the "subtightplot" is:
I spent much time trying to fix both errors but I couldn't, any help please?
Regards,
Amr
댓글 수: 4
When beginners randomly edit their error messages before posting in their question then they remove useful information that we need to understand what the problem is.
Also: what MATLAB version are you using?
Amr Mahmoud
2018년 11월 25일
Amr Mahmoud
2018년 11월 25일
sai krishnaveni
2021년 6월 23일
Hii Amr,
Can you please share how did you fix this problem.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Subplots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!