photo

John Barton


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
193,953
of 297,503

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 3 answers | 0

3

answers

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 1 answer | 0

1

answer