photo

Grace


Last seen: oltre un anno fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta