Community Profile

photo

Dejia Kong


Last seen: 3개월 전 2019년부터 활동

통계

  • Thankful Level 1
  • Commenter
  • First Answer

배지 보기

Content Feed

보기 기준

질문


How to add integers without correction?
when using integer class such as int8 in matlab, and some calculation result is bigger than the upper range (for int8 , the uppe...

2년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Is there a function alternative to get array/matrix/cell elements?
Usually we access array elements by using "()". For example, if a is an array, then we can use a(1) to get the first element of ...

4년 초과 전 | 답변 수: 3 | 0

3

답변

답변 있음
How do we automatically read current folder name in matlab script to read all data?
I think [~,name,~]=fileparts(pwd); gives the current name and you can deal with your problem with this.

4년 초과 전 | 5