Community Profile

photo

Hunter Steele


Con actividad desde 2019

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


Why is this fprintf not wprking correctly?
studentNames = ["Amy", "Flynn", "Barbara", "George", "Jonathan", "Isaac", "Cindy", "Hank", "Elaine", "Debbie"]; Test1 = [79, 71...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I need help on part c d and f. Question is in comments
%% Part A dollars = 50000; inflation = .02; startAge = 23; endAge = 65; for year = startAge : 1 : endAge dollars =...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why isnt my graph?
dollars = 50000; inflation = .02; startAge = 23; endAge = 65; for year = startAge : 1 : endAge dollars = dollars + ...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why is this not outputting anything?
function output = MyMin(x) MIN_VALUE=0; [m, n]=size(x); for i=1:length(x) if MIN_VALUE>x(i) MIN_VALUE=x(i); ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why wont it output index?
function[max,index]=MyMax(x) max=0; [n,m]=size(x); for i=1:m if max<x(i) max=x(i); ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Can not use the Fibonacci built in function
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... (add previous two numbers together for the next in the sequence) 1. Find the first 10 od...

más de 4 años hace | 1 respuesta | 0

1

respuesta