Feeds
提问
How to implement neural network in matlab using newff command
Hi, I want to implement backpropagation neural network using newff command. I have input p=[1 2;1 2] target t=[0 2] I ...
12 years 前 | 1 个回答 | 0
1
个回答提问
i m doing a project on digital watermarking in which i hav to divide a matrix in 2X4 submatrices. I m using the command mat2cell for this purpose but there is a problem in the execution of the command.
clc clear all X =imread('F:\M.TECH PROJECT\shri ram.jpg'); for i=1:111 j=1:97; v(i,j) = 2; end v...
13 years 前 | 0 个回答 | 0