photo

Ann Little


Last seen: más de 4 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
279.395
of 300.381

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
42.86%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.477

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to use linspec
given the question: Determine z = 2x^3 + 3y^2 + 5, when x and y vary from -4 to 4 with a spacing of 1. solution: x = linspace...

casi 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to solve system of equation using Gaussian Elimination or Gauss-Jordan
How would I solve for x,y,z variables for this given system of equations using Gaussian elimination or Gauss-Jordan Elimination ...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I am a single function script called ‘TemperatureConvert.m’ that inputs some temperature in Celsius and outputs the temperature in Celcius, Kelvin, and Fahrenheit.
Knowing °K = °C + 273, and °F = ((9/5)* °C) + 32. I created the first script defining a function: function [kelvin, faren...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I am confused as to how incorporate a value from another function in a different script, into this one where the y variable is now the input. The actual problem is below. Please show me how to solve this, and why.
Initialize a variable x that ranges from –π to +π, with an interval of 0.01. . Create a square wave variable by using the equat...

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I need to create a function named 'HeavisideFunct' which requires a single input x, and outputs y, which is the Heaviside step function (Equation 5). Where H(x) = 0 for x<0; 1 for x > 0; 0.5 for x = 0.
I have done the following, and it gives me an answer for y when a variable for x is inputed, but I need to be able to show that ...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I have a script called “FourierSeries.m”, which computes the Fourier Series of a square wave. A variable x ranges from –π to +π, with an interval of 0.01. Create a square wave variable by using the equation: ?(?) = (2 ∗ ?(x))-1.
H(x) = 0 when x < 0; 1 when x > 0; 0.5 when x = 0 I current have the follwing in my script but I am not getting a plotted figur...

casi 7 años hace | 1 respuesta | 0

1

respuesta