Community Profile

ARTI


Attivo dal 2013

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


what are the inbuilt functions defined in this program?
close all; clear all; clc; load voltage1 load current1 load radial_position1 v=(Ip./1000)'; w=Rp'; x=(Va./10)'; p=[v(...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


In the given program it is not saving the ls value and is not giving plot, what do i need to do for it?
if true clear all; kn=100; W=360*(10^(-9)); L=180*(10^(-9)); beta=kn*W/L; Vth=1; lambda=1/1000; vds=0:0.5:10; vgs=...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


How to plot the graph for the given code ie Vth vs ls??
if true if true clear all; close all; clc; K=8.61*10^-5; T=300; q=1.6*10^-19; Vt=K*T/q; ni=4.15; Na=2000; ls=3; ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


The below program is the Ids Vds characteristics of a DG MOSFET. and I am getting the error as Matrix dimensions must agree.. Please help me by fixing it
if true clear all; hfin=1; tsi=20 W=2*hfin*tsi; Vth=1; Leff=180; DIBL=1.127*(W\Leff); vth=Vth-DIBL; lambda=25*10^...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


will you please tell me why am i not getting the graph?
if true hfin=1; tsi=20 W=2*hfin*tsi; Vth=1; Leff=180; DIBL=1.127*(W\Leff); vth=Vth-DIBL; lambda=25*10^-5; un=100;...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


What is the meaning of the error " Inner matrix dimensions must agree".
here am attaching the program if true K=1.38*10^-23; T=300; q=1.6*10^-19; Vt=K*T/q Nde=2.7*10^19; Vgs=2; x=4.6; ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How to write the below code in matlab as itis asking the value of x?
NSD(x)=NSD(p)*exp(-x^2/2*lateralstraggle^2) Error shown is : Undefined function or variable 'p'.

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Please help me with this program as I am not getting the smooth curve??
clear all; W=360*10^-9; Vth=1; lambda=25*10^-5; un=100; Cox=1*10^-6; Leff=180*10^-9; ld=0.1; vds=0:0.5:10; Ec=1; ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How to get a graph for DG MOSFET (Ids vs Vds characteristics)????
if true W=324; un=1; Cox=3; Leff=6; ld=3; Ec=1; lambda=25*10^(-5); Vgs=0.5; vth=2.04; DIBL=0.5; Vth=vth-DIBL V...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Please help me with this program as I am not getting the output?
Z=100*10^-6;% gate width q=1.6*10^-19;% electron charge tn=1; %electron life time (value not known) Popt=10; %inciden...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Please help me with this program as I am not getting the output?
if true lambda=25*10^-5; hfin=1*10^-6; W=2*hfin*+tsi u=1; Cox=1*10^-6; ld=1; Ec=1; Vds=1; Nde = 2.7*10^19; Nsdp ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


May I know what is wrong with the program as it is not showing any output?
This program is regarding variation of threshold voltage with lateral straggle, and am just geting a empty graph. Please help...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Will you please rectify the errors in the program?
I am not able to plot graphs between lateral straggle and threshold voltage and lateral straggle is varying between 2nm to 5 nm....

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


How to write a program on ids vs vds characteristics of double gate mosfet for various lateral straggle value?
FORMULA FOR Id Id=(2*W*un*Cox/Leff-ld+(Vds/Ec)) +(lambda* 2*W*Cox/(Leff-ld)^2)*[(Vgs-Vth)Vds-0.5Vds^2] Lateral straggle

oltre 10 anni fa | 1 risposta | 0

1

risposta