Feeds
提问
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??
10 years 前 | 1 个回答 | 0
1
个回答提问
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...
10 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
10 years 前 | 1 个回答 | 0
1
个回答提问
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...
10 years 前 | 1 个回答 | 1
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
'@' how to use this?
can anyone provide more example? i dont understand this from the doc
11 years 前 | 1 个回答 | 0
1
个回答提问
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); ...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
Convert Minutes to hours and minutes
How to convert minutes to hours and minutes only?
11 years 前 | 1 个回答 | 0
