
John Barton
Statistiques
4 Questions
0 MATLAB Answers
RANG
75 473
of 284 690
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 19 223
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 137 478
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Question
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...
6 mois il y a | 1 réponse | 0
0
réponseQuestion
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...
9 mois il y a | 3 réponses | 0
3
réponsesQuestion
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...
presque 3 ans il y a | 1 réponse | 0
0
réponseQuestion
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); ...
presque 3 ans il y a | 1 réponse | 0