Feeds
질문
I want to generate a pascal matrix of size m
I know that the command is pascal(A) but I dont know how to create a matrix of size m
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
Writing program to evaluate a polynomial at point x=c
function [output] = function_1(a,c) a=[a0 a1 ... an]; c=x; output=polyval(a,x); This is the program I tried running, b...
14년 초과 전 | 답변 수: 2 | 0