回答済み
Fibonacci with Neural Network
Hi, I think you have to use different NN Network. Please understand that for the different op we have different Input. T...

11年以上 前 | 0

回答済み
how can i sort a matrix (all rows and columns are sorted) without using any special function like "sort"?
Simple Solution A = [2 3 4 5; 6 9 1 5] A = 2 3 4 5 6 9 1 5 >> sort(min(A)) ans...

11年以上 前 | 0

回答済み
I want Solution of my program by using matlab 2008a
Problem because There are many place missing semi column at the end of sen stance.

11年以上 前 | 0

回答済み
need function to save my data
Just find help save and load function. If you want to save data.... Assuming that it is already available in work space....

11年以上 前 | 0

質問


Magic and Trace Function
Hi, I was amaze to see following output: >> A=[2 3; 4 5] A = 2 3 4 5 >> trace(A) ans = ...

11年以上 前 | 1 件の回答 | 1

1

回答

回答済み
Round value ???
Also, Please see Cell, fix and round function for the same. If you want decimal point fix, Also, You can you format function...

12年以上 前 | 0