photo

Sean


Last seen: Today Active since 2025

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
299,806
of 301,172

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,183

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,200

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


Two loop combination circuit simulated with matrix math
I am trying to find the I1 and I2 (current) of this cicuit using a marix math program. with the varibles B1 = +10 V, B2 ...

3 hours ago | 0 answers | 0

0

answers

Question


how do I change the abscissa (x -axis) of a cosine wave plot to show degrees
this is my current code, x= 0:pi/100:4*pi; y1 = cos(x); A= 3; B= 1.5; C = pi/2; D = -3; y2 = A*cos(B*x+C)+ D; ...

3 months ago | 1 answer | 0

1

answer

Question


Trying to make a goal seek like program using fsolve?
this is the code I currently have clear all; close all; clc f= @(x) Average1(x)-65; engineering= 30; % Intiall estimate f...

3 months ago | 1 answer | 0

1

answer

Question


How do I plot a graph with the grid for trig functions with 0 ≤ x ≤ 2π
y1 = cos (x) ... solid line, red, no marker y2 = -sin (x) ... dashed line, blue, no marker y3 = cos (x)’ ... no line, blue, ci...

4 months ago | 2 answers | 0

2

answers