Statistica
7 Domande
0 Risposte
RANK
124.606
of 300.857
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
28.57%
VOTI RICEVUTI
0
RANK
of 171.361
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
Polynomial long division script writing
I'm trying to write a code for polynomial long division, for vectors P divided by Q to give remainder R and equation S. clear...
quasi 13 anni fa | 0 risposte | 0
0
risposteDomanda
Using count with negatives
I've written a code (as below), and now i'm trying to count the values of S_coeff_fact, however it won't work for the negative n...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
Multiplying each number in a matrix by a row
I have a matrix A and i want each value in a row to the order of a row B. Then, the sum of all these values entered back into th...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
Why won't matlab recall the array ive just created in a function?
Hi, I've written a function where output P is an array of numbers. Now i want to use P made in the function in another functi...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
User input to a vector
for orders = [0:1:y] disp(' ') str3 = 'The coefficient of x^'; str4 = ' is '; alltogether = [str3 nu...
quasi 13 anni fa | 0 risposte | 0
0
risposteDomanda
How to get user inputs into a single vector
for orders = [0:1:y] disp(' ') str3 = 'The coefficient of x^'; str4 = ' is '; alltogether ...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I get my code to recognise an empty function input?
function P = poly_input(y) while if isempty(y) == 1 y = input('Invalid, no value entered. Enter a ...
quasi 13 anni fa | 3 risposte | 0
