Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
111.745
of 301.432
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 174.555
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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
circa 14 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 14 anni fa | 2 risposte | 0