Community Profile

photo

John Barton


Last seen: 2ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


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...

11ヶ月 前 | 0 件の回答 | 0

0

回答

質問


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...

約1年 前 | 3 件の回答 | 0

3

回答

質問


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...

約3年 前 | 0 件の回答 | 0

0

回答

質問


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); ...

約3年 前 | 1 件の回答 | 0

1

回答