whats the syntax of i++ in matlab

조회 수: 24 (최근 30일)
Itzik Ben Shabat
Itzik Ben Shabat 2013년 8월 19일
I have been looking for this and surprisingly couldnt find an answer
is there a shortcut statement that would do what C code "i++" would do? (that is to increase i by 1) ofc ourse i dont mean the obvious i=i+1
thanks

채택된 답변

Cedric
Cedric 2013년 8월 19일
편집: Cedric 2013년 8월 19일
No, not even i+=1. We see proposals going in that direction in various which-lists, but nothing was implemented so far. What would be also great would be to be able to index the first output argument of functions and to call methods when these are objects. I am wondering though if it is not a deliberate choice to keep "things" more explicit, as no syntax shortcut internally spares memory or brings more efficiency.
  댓글 수: 2
Itzik Ben Shabat
Itzik Ben Shabat 2013년 8월 19일
really? this is so surprising. i just had some variables with long names and was lazy with the ctrl+c, ctrl+v. thought im missing somehting. thanks
Cedric
Cedric 2013년 8월 19일
편집: Cedric 2013년 8월 19일
It also seems that TMW cares a lot for backward compatibility, because there haven't been a lot of syntax updates which broke it over the past 15-20 years.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Historical Contests에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by