統計
MATLAB Answers
2 質問
0 回答
ランク
of 173,339
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年 前 | 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年弱 前 | 0 件の回答 | 0