Feeds
已解决
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
14 years 前
已解决
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
14 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
14 years 前
提问
Matlab won't plot anything. please help why?
clear all; clc; u = 7 ; snrdb = 5; for pf=0.001:0.01:1; lamda = 2*gammaincinv((1-pf),u); gama = db2mag(snrdb...
14 years 前 | 1 个回答 | 0

