Sk Zeeshan Ali
Followers: 0 Following: 0
Statistiques
3 Questions
0 Réponses
RANG
195 750
of 295 495
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
System of linear equations
u1, u2, v1, v2, w1, w2 are each 5 by 5 matrix. Following pair of linear equations hold at each grid, for example At (1,1 ): c1*...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to get coordinates for a specific contour line?
I have the program as follows: x = -2:0.2:2; y = -2:0.2:3; [X,Y] = meshgrid(x,y); Z = X.*exp(-X.^2-Y.^2); contour(X,Y,Z) N...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Get a three column matrix from meshgrid data
I have the following program: x=linspace(0.1,0.3,3); y=linspace(1,3,3); [x1,y1] = meshgrid(x,y); z=x1.*y1; Now I want to re...
presque 5 ans il y a | 1 réponse | 0