Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 0

Answered
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.

13 years ago | 0

Answered
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....

13 years ago | 0

Question


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 = ...

13 years ago | 1 answer | 1

1

answer

Answered
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...

14 years ago | 0