Community Profile

photo

Ujjawal Barnwal


Last seen: circa 3 anni fa Attivo dal 2020

Statistiche

  • First Answer

Visualizza badge

Content Feed

Visto da

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

oltre 3 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)

oltre 3 anni fa | 0