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년 전
문제를 풀었습니다
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
거의 14년 전
문제를 풀었습니다
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년 전
질문
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년 전 | 답변 수: 1 | 0

