Community Profile

photo

JR


Last seen: más de 1 año hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Looping vector values into functions
So for the following code, my goal is to evaluate each value within the vector "n" in the last 2 functions and spit out a vector...

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

1

respuesta

Pregunta


Multiple Inputs, Multiple Outputs
I have the following code: f=@rate; Y0 = [40; 125; 100; 250; 1500; 300; 0; 2; 0.5; 30; 8; 10; 10]; function output=rate...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Why does Matlab say my function is undefined?
So I have the following code x=input('Enter the value x from the interval pi/6 to pi/2:'); while x<pi/6 || x>pi/2 disp(fp...

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

1

respuesta

Pregunta


Editing a .m file
I have the following code a='Name: John Cena'; fprintf('%s\n', a) b='ID: 500'; fprintf('%s\n', b) c='Degree: B.S.'; fprint...

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

1

respuesta