Nudrat Sufiyan
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
35.627
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
30.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Feeds
Pregunta
how to plot multiple curves in same figure
I want to plot Id-vds curve for different length of Aln as it is mentioned as 'daln' in code. I have plotted for 1nm -daln, and ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Anyone please help in correcting my code for Id vs Vgs of AlN\GaN HEMT
I have tried fir Id vs Vgs of hemt, but I am not getting correct result. Please check my code once. code: clear all; E0=8.85e...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I am taking plot for Id-Vgs plot of AlN\GaN HEMT
I am taking graph between Id -Vgs using the following formula but not getting right curve . Can anyone please correct my code. ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot for threshold voltage Voff Vs tAlN
I am trying to plot Voff Vs tAlN using the following equation , but I am not getting correct result. Please rectify my code. ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Can anyone help me in taking plot between threshold voltage and thickness of AlN
I am taking plot between threshold voltage(voff) anf Thickness of AlN (tAlN) using the following formula Voff= (fis- (det...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Can anyone please help me in correcting the code for ns vs thickness AlN
I want to plot sheet charge density 'ns' vs AlN spacer thickness 'tAlN ' using eq. 9 but I am not getting correct results...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Can anyone help me in getting this graph using the attached equation (16).
I want to plot the graph between mobility vs temp. for different donor concentration using eq. 16 . I am not getti...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Can anyone please help me in plot of detaec' and taln. In this Iam getting error Error: Invalid expression. When calling a function or indexing a variable, use parentheses. Ot
clear all; q=1.6e-19; E0=8.85e-12; Ealgan=10.31; Ealn=10.78; fib=(5.1*1.6e-19); sigmaaln=3.38e17; detaec=0.862; talgan=2...
más de 2 años hace | 2 respuestas | 1
2
respuestasPregunta
I am trying to plot Id Vs Vds of AlGaN HEMT. I have written the code but I am getting a straight line. Please check this code
clc; clear all; m=0.23; %#1% q=1.6e-19; d1=22e-7; d2=1e-7; fis=1.4*m+0.87; deff=23.01e-7; %detaEg=6.13*m+(1-m)*3.42-m*(...
más de 2 años hace | 1 respuesta | 0
1
respuestagetting error in for loop
Thanks , but it still showing error. can you please check my code once clc; m=0.23; %#1% q=1.6e-19; Nd=5e18; d1=22e-7; ...
más de 2 años hace | 0
Pregunta
getting error in for loop
Array indices must be positive integers or logical values. Error in Untitled4 (line 27) Idsat(i)=r1*(Vgs-(r2)+Vds(i)); ...
más de 2 años hace | 2 respuestas | 0