Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I just started learning about Matlab a few days ago and i don't know how to solve this problem...Someone please help me with this, thank you very much !

1 visualización (últimos 30 días)

Respuestas (1)

Ashrit Tayade
Ashrit Tayade el 16 de Sept. de 2020
Try this:
k = 2.5;
Vt = 1;
Vgs = linspace(1.5, 5, 8);
Ids = k*(Vgs - Vt).^2;
plot(Vgs, Ids)
  4 comentarios
Tri Minh
Tri Minh el 17 de Sept. de 2020
Um...sorry John but it's not assignment or something like that, i'm just curious about how to do it, thank you for your concern 😊
John D'Errico
John D'Errico el 17 de Sept. de 2020
Oh. So it was someone using your account who posted one of your test questions as something you wanted someone to do for you?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by