photo

S Prakhar


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
264,501
of 301,379

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,244

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,273

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Data fitting using least square method, Please help me debug the errors.
function F=goal(x,VGS,VDS,IDS) IpkoT=x(1) P1=x(2) alpha_r=x(3) lambda=x(4) P2=x(5) P3=x(6) alpha_s=x(7) phi=P1.*(VGS-Vpk...

8 years ago | 0 answers | 0

0

answers

Question


Data import and establish correlation between data
file1=fopen('IV.txt'); current=textscan(file1,'%f''%f''%f') a=current Trial>> whos a Name Size Bytes Cl...

8 years ago | 1 answer | 0

1

answer

Question


How can i fit data and curve as per given equation and find out coefficient value
<</matlabcentral/answers/uploaded_files/112854/image.png>> How can i fit this equation in matlab Vgsm Vjg and Igs are known a...

8 years ago | 0 answers | 0

0

answers

Question


1. xlsread import data only upto 4 decimals whereas i need data upto 12 decimals
I need to import value of current from excel file. Data range is 1 nA to 1000 mA format. While import using xlsread it is showi...

8 years ago | 1 answer | 0

1

answer