photo

Sean


Last seen: 7 giorni fa Attivo dal 2025

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
97.001
of 301.229

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
0

RANK
 of 21.201

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.512

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

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

9 giorni fa | 0 risposte | 0

0

risposte

Domanda


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 mesi fa | 1 risposta | 0

1

risposta

Domanda


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 mesi fa | 1 risposta | 0

1

risposta

Domanda


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 mesi fa | 2 risposte | 0

2

risposte