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

