John Barton
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
77.356
of 295.467
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
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); ...
oltre 3 anni fa | 1 risposta | 0