Community Profile

photo

Salman Yahya


2019 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


how can i print an array using fprintf function?
i tried printing an array array = [1 2 3]; with fprintf funtion,like this fprintf('array = %1.0f', array); but i am getting...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


what is happening here?
for j = 1:6 - 1 if sign(i(j,1)) * sign(i(j+1,1)) == -1 m = m + 1; end end in this code what does "1:6-1" ...

4年以上 前 | 2 件の回答 | 0

2

回答