Feeds
提问
Create Lookup Table in Matlab
Hi, I want to create lookup table in Matlab that contains angle in radians and power value corresponding to it. The main code w...
8 years 前 | 2 个回答 | 0
2
个回答提问
FOR loop overwrites values
Hi, I have the nested FOR loops here-under and I want to save all the outputs of the "P_current" variable in a multidimensional...
9 years 前 | 1 个回答 | 0
1
个回答提问
how can i put the following code into a nested FOR loops
Hi, how can i put the following code into a nested FOR loops? xu = [0:1]; yu = [0:1]'; [X, Y] = meshgrid(xu,yu); pr...
9 years 前 | 1 个回答 | 0
