photo

Hari Kiran Tirumaladasu


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
2 Answers

RANK
22,144
of 298,545

REPUTATION
2

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,613

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,622

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

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

5 years ago | 1

Answered
how can i solve this ,can anyone provide me with code? whats wrong with my code ?
For people who are stuck with this problem, here's a simple and short solution by me. It works!! CODE function valid = valid_d...

5 years ago | 0