photo

Akshat Gupta

Last seen: 10 months ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
skip repeated line in text file
Following is a possible solution for your usecase: fid = fopen('nums1.txt'); tline = fgets(fid); counter=1 while ischar(tlin...

3 years ago | 0

Answered
How to receive a UDP data stream in 2021a? I'm trying to use pnet, but it is an unrecognized function.
You can use dsp.UDPReceiver object to receive the data stream. Following is the documentation link for the same: https://www.ma...

3 years ago | 0

| accepted