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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0