Cute Doll
University of Western Ontario.
Followers: 0 Following: 0
Statistiques
RANG
244 685
of 302 101
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
37.5%
VOTES REÇUS
0
RANG
of 21 546
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 178 957
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
How to divide the solution of column matrix with same dimension (see Line 26-32). code is attached
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
How to determine the value of CONSTANT by solving the system of equation numerically. (A is need to determine)
function [sol1]=Dr_Noreen global A gamma r b A=?; b=0.5; gamma=pi/3; r=0.5; sol = bvpinit(linspace(0,7,61),[0 0 0 0 0...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Fix the error in code.
I am trying to solve equation %%%% u(∂u/∂t)=∂^2u/∂z^2 % Bc's %%%% C(z,0) =0, z>0; ∂u(0,t)/∂z =-b, t>0; C(1,t) = 0,...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to make contour plot of given matrices
f= [0; 0.0492; 0.0969; 0.1431; 0.188; 0.2316; 0.274; 0.3152; 0.3554; 0.3946; 0.4328; ...
presque 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
how i can collect integers values only from out put
for n=1:50 a(n)=(35*n+1)/4 end %collect(integers values only from out put)
presque 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
want to get two solutions but error in 1st region of the solution: curve is not smooth
% This program solves MHD stagnation point flow of nanofluid % f'''+ff''-f'^2 + M*(\lambda-f') + lmbda^2=0 % with boundary con...
presque 12 ans il y a | 1 réponse | 0
0
réponseCan some one help me why this command is not working to convert this vector into matrix form having each row should be three columns. So order of new matrix should be should be 5x3. i need this command so far i can use it for nxn matrix.
Dear Geoff Hayes thanks a lot this command works gAsMtx = reshape(G,5,3); Stay bless
environ 12 ans il y a | 0
Can some one help me why this command is not working to convert this vector into matrix form having each row should be three columns. So order of new matrix should be should be 5x3. i need this command so far i can use it for nxn matrix.
Dear Geoff Hayes & Azzi Abdelmalek, thanks for concern... It is like this vec = [1 2 3 4 5]; [mat,padded] = vec2mat(vec,3...
environ 12 ans il y a | 0
Question
Can some one help me why this command is not working to convert this vector into matrix form having each row should be three columns. So order of new matrix should be should be 5x3. i need this command so far i can use it for nxn matrix.
G =[0 0 0 +0.2000i -0.2500i +0.0500i 0 0 0 -0.2000i +0.2500i -0.0500i 0 0 0] ??? Undefined command/function 'G2mat'. ...
environ 12 ans il y a | 4 réponses | 0
4
réponsesQuestion
how we can find T(j+1,1:3) for large values of D with same interval (Let for D=50)
clc clear all Nt=5; D=1; y=-1:D:1; for j=2:Nt-1 T(1,1:3)=1; T(2,1:3)=y; T(j+1,1:3)=2*y.*T(...
environ 12 ans il y a | 1 réponse | 0

