sairohith mudduluru
Followers: 0 Following: 0
Feeds
提问
Error in using=> dsa_xilmapper_rtibuildhook.m
I am in the process of building a Model The model runs in simulink, however, when the model is in the process of building it st...
4 years 前 | 1 个回答 | 0
1
个回答提问
Error using horzcat,Dimensions of matrices being concatenated are not consistent
I am trying to build a plant model and I am seeing the error "Error using horzcat,Dimensions of matrices being concatenated are ...
5 years 前 | 1 个回答 | 0
1
个回答提问
The expression to the left of the equals sign is not a valid target for an assignment.
function[engtq_Nm,fuelrate_kgps]=calcengtq(xx,yy,zz,engpw_w,speed) gearratio=[3.38,1.76,1.18,0.89,0.70,0.58]; en...
6 years 前 | 1 个回答 | 0
1
个回答提问
can i extract all y values for a particular x value from a contour plot
i have vectors for each axis of size 101*101,let say i want all y values for a value of x= 500 for all values of z. Thank you.
6 years 前 | 1 个回答 | 0
1
个回答提问
can i extract all y values for a x value from a contour plot
Please fing the attached image.i have vectors for each axis of size 101*101,let say i want all y values for a value of = 500 for...
6 years 前 | 1 个回答 | 0
1
个回答提问
FOR loop skipping to a particular iteration
for i=2:1:(length(time_c)-1) if wheelpower_c(i)>= 0 propulsionpower(i)=propulsionpower(i-1)+wheelpow...
7 years 前 | 1 个回答 | 0
1
个回答提问
Index exceeds matrix dimensions.
Soc(1)=1; DT=1; for x=2:1:length(time_c) Soc(x)= Soc(Voc,R,Soc(x-1),battery_energy_city_C,batterypower_city(x...
7 years 前 | 1 个回答 | 0
1
个回答提问
scalar multiplication of two vectors giving me NAN,both are of same dimensions.
motregenelecpower=regenpower.*moteffregen
7 years 前 | 1 个回答 | 0
1
个回答提问
How to find which postions in a vector has negative values and output them?
i have a vector and need to find the postions which has negative values
7 years 前 | 2 个回答 | 0