Shawon Zaman
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
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 ; ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
6년 초과 전 | 답변 수: 1 | 0