Community Profile

photo

Victor Seaw


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


What is Underflow and overflow??
Like the title said what is underflow and overflow? if 1000^-500 is this underflow? what about -1000^500?? underflow too??

9 years ago | 1 answer | 0

1

answer

Question


Making a point of data into matrix/vector form
my while loop for my every variable, n run ill get my i and therefore i got a few x and y coordinate in which when i use plot (x...

9 years ago | 1 answer | 0

1

answer

Question


express a ( x2-x1) condition in a while loop how?
for my while loop how do i express my condition to be (x2-x1)<0.01? x=3; z=0; while z<0.01 x=3; n=x+1 ...

9 years ago | 1 answer | 0

1

answer

Question


rounding given matrix towards zero and even number??
Im given a row matrix which contain negative and decimals values. Im asked to round those negative values into zero and those p...

9 years ago | 1 answer | 1

1

answer

Question


Creating function to calculate elapsed days?? help!
Im asked to create a given function where the output is number of days and input is days, months and years so im asked to calcu...

9 years ago | 1 answer | 0

1

answer

Question


Making .txt file into use????
So Im given a .txt file which consists of number 1 to 10 with decimals and now im asked to make a table(sort of) for number bet...

9 years ago | 1 answer | 0

1

answer

Question


'@' how to use this?
can anyone provide more example? i dont understand this from the doc

9 years ago | 1 answer | 0

1

answer

Question


How to make a Line in command window not showing??
This is my editor script angle=input('Please insert the angle you want in degree form'); radian=degreetoradian(angle); ...

9 years ago | 1 answer | 0

1

answer

Question


fprintf help needed with self create function
So i created a function called degreetoradian(angle) these are my working angle=input('Please insert the angle you want in d...

9 years ago | 1 answer | 0

1

answer

Question


Convert Minutes to hours and minutes
How to convert minutes to hours and minutes only?

9 years ago | 1 answer | 0

1

answer