Community Profile

photo

Surjeet Sarangi


Last seen: meer dan een jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Extracting first 10 digits (or numbers) from 16 digit number?
a = [1566245599500; 1566245595600; 1566245601700; 1566245598800]%read the array; b = floor(a./1000) %exclude last 3 digit...

meer dan een jaar ago | 0

| accepted

Question


Storing the strings of a table data while using a loop?
I am processing a table data, in which I have some columns which contain strings and some columns which contain numeric values. ...

meer dan een jaar ago | 1 answer | 0

1

answer