photo

Karim Belkhiria


Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

4 Domande
1 Risposta

RANK
206.916
of 300.364

REPUTAZIONE
0

CONTRIBUTI
4 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

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

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to plot the real function not just points in matlab?
I am trying to plot the function that is defined by the points (xi,yi), but I am just getting a plot of the points that i gave, ...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Domanda


how can I create a polynom from some input variables that are output of another function?
I want to create and plot a polynom, whose coefficients are output from another function. Here is my code: function c = int...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


problem matrix dimensions dont agree
I am trying to write a function that calculates the Vandermonde-Matrix. The function was working fine and everything is good, ...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Risposto
How to add power of x from 0 to n-1
here is the answer that I searched for: function c = vmonde(x, y) n = length(x); V = ones(n); for j = 2:n...

quasi 10 anni fa | 0

Domanda


How to add power of x from 0 to n-1
I have a function vandermonde function c = vandermonde(x, y) V = [x.^0 x x.^2 x.^3] c = V \ y; end it...

quasi 10 anni fa | 2 risposte | 0

2

risposte