nand patel
Followers: 0 Following: 0
Feeds
提问
Error : Index Exceeds Matrix Dimensions
clc clear all V1C = 11;V1O = 12; FSC = 99;FSO = 100; V2C = 21;V2O = 22; V3C = 31;V3O = 32; PV1O = 51;PV2C = 52; AU = ...
4 years 前 | 0 个回答 | 0
0
个回答提问
How to solve Iteration Equation ?
How can is solve this iteration equation ? I am bit confused with howto solve this types of equation using matlab coding ? I...
5 years 前 | 1 个回答 | 0
1
个回答提问
Error: Inner Matrix Dimension Must Agree
clc clear all Vd = 0:0.1:0.7 P = ((0.6*Vd)-((Vd*1.5*10^-12)*(exp(38.64*Vd)-1))) plot(Vd,P) when i run this code itgives m...
5 years 前 | 2 个回答 | 0