Community Profile

photo

Abhishek Mishra


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • First Answer

배지 보기

Feeds

보기 기준

질문


If you only need the second output from a function, you can use a tilde (~) to ignore specific outputs. For example, you might only want the index containing the maximum value in a vector:density = data(:,2) [~,ivMax] = max(v2) densityMax = density(
If you only need the second output from a function, you can use a tilde (~) to ignore specific outputs. For example, you migh...

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

0

답변