Statistik
4 Fragen
0 Antworten
RANG
299.806
of 301.175
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
0
RANG
of 21.185
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.238
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
ein Tag vor | 0 Antworten | 0
0
AntwortenFrage
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 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 Monate vor | 2 Antworten | 0
