photo

Sean


Last seen: 3 días hace Con actividad desde 2025

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
0 Respuestas

CLASIFICACIÓN
299.807
of 301.200

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.190

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.339

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

5 días hace | 0 respuestas | 0

0

respuestas

Pregunta


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 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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 meses hace | 2 respuestas | 0

2

respuestas