已回答
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...

12 years 前 | 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...

12 years 前 | 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.

12 years 前 | 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....

12 years 前 | 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 = ...

12 years 前 | 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...

13 years 前 | 0