Feeds
提问
neural network tool box with matlab student eddition
If a purchase the neural networks tool box, will it run with my student version of matlab. Need to learn for a class in the Fal...
12 years 前 | 1 个回答 | 0
1
个回答提问
Error: File: square_matrix.m Line: 12 Column: 16
Hello I am trying to apply the rule:(S(i,j))^t = (S(i,j-1))^t+ (S(i-1,j))^t+ (S(i,j))^t + (S(i+1,j))^t + (S(i,j+1))^t I am g...
12 years 前 | 1 个回答 | 0
1
个回答提问
take rows from one matrix and put in output matrix
I am trying take the values from matrix a and place them in Matrix B as the rules are iterated. % a value of 1 reperesnts a car...
13 years 前 | 1 个回答 | 0
1
个回答提问
??? Attempted to access G(2); index out of bounds because numel(G)=1.
Hello, I am trying to do the below calculation and I keep getting this error. I need it to compare the difference of subsuquent...
13 years 前 | 3 个回答 | 0
3
个回答提问
??? Undefined function or method 'hw1_p2_x_vs_k' for input arguments of type 'double'. "
k=[1:i-1]; r_db = log10(r) .* 10; k_db = k .* 10; hw1_p2_x_vs_k(k,p,'power [W]'); %hw1_p2_x_vs_k(k,r,'snr'); hw1_p2_...
13 years 前 | 2 个回答 | 0