Community Profile

photo

Grace


Last seen: 12 maanden ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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

ongeveer een jaar ago | 2 answers | 0

2

answers

Question


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

ongeveer een jaar ago | 1 answer | 0

1

answer

Question


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 ->'); ...

ongeveer een jaar ago | 1 answer | 0

1

answer