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 years 前 | 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 years 前 | 2 个回答 | 0