Feeds
已解决
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
3 years 前
已解决
Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...
3 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
3 years 前
提问
I ran a test simulation in MOPSO for four variables, first four 24 hrs (intend to add more variables and do 1yr analysis). But I got "Unable to perform assignment because the left and right sides have a different number of elements." plz help
function z=costdailymop8(K) id=[0 0 0 0 0 0 0 178 422 648 852 961 1000 942 827 638 398 137 0 0 0 0 0 0...
7 years 前 | 0 个回答 | 0
0
个回答提问
Unable to perform assignment because the left and right sides have a different number of elements. Kindly Help...Many thanks!
I am working on a large data set(8760hrs)from an excel file: SolRad=RaWD(:,2); WSpd =RaWD(:,3);...Grid =RaWD(:,6); etc. ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Hello Friends, I am trying to execute a simple code but keep getting the following error message: Subscript indices must either be real positive integers or logicals. I get the error message for the code in italics. Kindly help. Thanks...
SOC(1)=(SOCmn +((IBAT(1)*ebc*1)/(cbat))); if SOC(1)>SOCmx SOC(1)=SOCmx; end for y=1:8760 _SOC(y)=(SOC(y...
7 years 前 | 1 个回答 | 0

