photo

Grace


Last seen: 1년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Formatting read data from text files
%I am trying to display the text that is read in a formatted method instead of a single line %Attached is the test files clc ...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Plotting with arrays, no graph displayed
x = [6000,9375]; y = 10; plot(x,y,'red') title('x by y') xlabel('x') ylabel('y')

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Storing all Loop results in an array?
counter = 0; max = 10; UserInput = 1; while(counter < max && UserInput == 1) A = input('\n Enter A value here ->'); ...

1년 초과 전 | 답변 수: 1 | 0

1

답변