Shawon Zaman
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
110.465
of 295.467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
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
When I provide Vpv = 0:0.1:30 the desired 'x' value is not changing,i'm getting an array of a single value... but , if I give a single value of Vpv, i get corresponding 'x' value. Where is the modification needed for getting variable 'x' values?
Function file : function F = pvcurve( Ipv ) global Np Ns Isc q T k Io n Vpv= 100 ; % Np = 1 ; % Ns=72 ; ...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
how to update the code as it takes an array of values of Vpv and return Ipv , ( can take Vpv = 0.1:0.1:1.2)..................
Main code: clc clear all Vpv=0.9; Ipv0 = 1; global Np Ns Isc q T k Io n Np = 1; Ns=72; Isc...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
1. why its showing "Error using pvcurve (line 15) Not enough input arguments,Error in thesis (line 15) x= fsolve(pvcurve,Ipv0);"?????
FUNCTION CODE IS: function F = pvcurve(Ipv) Vpv=0.9; global Np Ns Isc q T k Io n Np = 1; Ns=72; Isc ...
meer dan 6 jaar ago | 1 answer | 0