photo

John Barton


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

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
0 Respuestas

CLASIFICACIÓN
87.180
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

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

Ver insignias

Feeds

Ver por

Pregunta


Gate diagram in Simulink
I'm trying to make the following diagram in the simulink but there are some problems I encountered. 1) You can't have a line to...

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

1

respuesta

Pregunta


Trying to answer a math problem using newton's method but having problem in the function.
This is the last function when newton's method is applied: I used z=log(x) in my function to make it easier to understand: c...

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

3

respuestas

Pregunta


How can i integrate a piecewise function and then plot it?
I want to integrate a piecewise function that is so simple but when i use "piecewise" command, matlab tells me that there is a p...

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

0

respuestas

Pregunta


I want to make a series using max & mins of this Integral and show that the series converges and has the limit pi/2.
clc close all clear all fun=@(w)(sin(w)/w); f=zeros(1,1000); for u=1:1000 f(u)=integral(fun,1,u,'ArrayValued',true); ...

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

1

respuesta