Pavinder Cheema
City University London
Followers: 0 Following: 0
Feeds
提问
Creating a diagonal matrix with specific diagonal vectors
Does anybody know how to create a matrix where only the main diagonal and the diagonal above and below it have values, the rest ...
7 years 前 | 3 个回答 | 0
3
个回答提问
table is not working correctly
C1=input('Enter starting temperature im Celsius...') dC=input('Enter temperature increment in Celsius...') C=[C1:dC:((C1+dC)...
8 years 前 | 1 个回答 | 0
1
个回答提问
Keep getting 'not enough input argumets' error
function output = g_x(x) %This function finds the values of g(x) set1=find((x)<((-pi)/2)) output(set1)=-1 x1 =((x)>=((-pi/2...
8 years 前 | 1 个回答 | 0