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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0