Statistica
3 Domande
0 Risposte
RANK
236.293
of 301.577
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 175.550
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
How to plot from .txt file
How do I plot the 2D and mesh graphs asked for if this is the code I'm using? %start with a right triangle of length x = 1 and ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How to make a text file from functions
x = 1 y = 1 myFile = fopen('myValues.txt', 'w') fprintf(myFile, "X Length\tY Length\t Hypot Length\t\tPerimeter\t\tArea\n") ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How to plot a triangle with functions in matlab
Does this code work xIN = 10; yIN = 5; xValuesArray = []; yValuesArray = []; for i=1:3 [xValuesArray(i) , yValuesA...
circa 2 anni fa | 2 risposte | 0