photo

Chloe


Last seen: 10 Monate vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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 ...

10 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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") ...

10 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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...

10 Monate vor | 2 Antworten | 0

2

Antworten