photo

Chloe


Last seen: 4개월 전 2024년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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

4개월 전 | 답변 수: 1 | 0

1

답변

질문


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

4개월 전 | 답변 수: 1 | 0

1

답변

질문


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

4개월 전 | 답변 수: 2 | 0

2

답변