Feeds
提问
Extracting data from a matrix
I have a 50x3 matrix with numerical values. I want to take all the rows that have 2 zeros or more out For example 0 25 ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to evaluate an array of function handles at different points
I have a cell array of 3 functions handles phi={@ (x,y) 1-x-y,@ (x,y) x,@(x,y) y} I need to evaluate it at 4 different p...
9 years 前 | 1 个回答 | 0
1
个回答提问
Crank Nicholson matrix multiplication
I am writing rather simple script for Crank Nicolson, but running into some technical difficulties. I have 3 matrices D 20x20 ...
9 years 前 | 0 个回答 | 0
0
个回答提问
NxN matrix with 2s on main diagonal
How do I create NxN matrix which has 2s on main diagonal, -1s on diagonal above and below 2s and -1 last element (Nth) in the fi...
9 years 前 | 2 个回答 | 0
2
个回答提问
Which toolbox do I need to use functions 'banded' and 'diagonal'?
I need to create a matrix NxN with 2 on diagonal, -1 on diagonal above and bellow diagonal of 2s. However then I try to use func...
9 years 前 | 1 个回答 | 0
