Nudrat Sufiyan
Followers: 0 Following: 0
Statistics
RANK
35,627
of 295,486
REPUTATION
1
CONTRIBUTIONS
10 Questions
1 Answer
ANSWER ACCEPTANCE
30.0%
VOTES RECEIVED
1
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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. ...
2 years ago | 1 answer | 0
1
answerQuestion
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. ...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 2 answers | 1
2
answersQuestion
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*(...
2 years ago | 1 answer | 0
1
answergetting 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; ...
2 years ago | 0
Question
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)); ...
2 years ago | 2 answers | 0