Community Profile

photo

Ujjawal Barnwal


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
text file I/O
function charnum = char_counter(fname,character) fid = fopen(fname,'rt'); charnum = 0; if fid < 0 || ~ischar(character) ...

quasi 4 anni fa | 0

Risposto
How to find the position of a number in an array?
a = [7 8 8 2 5 6]; position = find(a==8)

quasi 4 anni fa | 0