Community Profile

photo

Grace


Last seen: 1 year 前 自 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 year 前 | 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 year 前 | 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 year 前 | 1 个回答 | 0

1

个回答