Cute Doll
University of Western Ontario.
Followers: 0 Following: 0
Feeds
質問
How to divide the solution of column matrix with same dimension (see Line 26-32). code is attached
約4年 前 | 0 件の回答 | 0
0
回答質問
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...
約5年 前 | 1 件の回答 | 0
1
回答質問
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,...
9年以上 前 | 1 件の回答 | 0
1
回答質問
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; ...
10年以上 前 | 2 件の回答 | 0
2
回答質問
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)
10年以上 前 | 2 件の回答 | 0
2
回答質問
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...
約11年 前 | 0 件の回答 | 0
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 thanks a lot this command works gAsMtx = reshape(G,5,3); Stay bless
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 thanks a lot this command works gAsMtx = reshape(G,5,3); Stay bless
11年以上 前 | 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...
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...
11年以上 前 | 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.
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'. ...
11年以上 前 | 4 件の回答 | 0
4
回答質問
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(...
11年以上 前 | 0 件の回答 | 0

