Community Profile

photo

MADHVI


Last seen: 7日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


plot the function which is dependent on x, y and z with x, y and z on three axis.
D_value = 0.1; L_value = 0.1; B_value = 0.1; x = 0:0.01:L_value/D_value; y = 0:0.01:B_value/D_value; z = 0:0.01:0.25; [Y...

7日 前 | 2 件の回答 | 0

2

回答

質問


I need a plot between positive minima of given Ra_ and given xi in matlab.
xi = 0.1:0.01:0.5; Ra_ = 1.0e+06 * Columns 1 through 15 -9.0002 -5.0872 -1.4181 -1.3406 -1.1055 -0...

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


forming a matrix with given entries
correct the use of if condition in the following code: function [A,B] = fdm1(H,xi,a,b,N) H = 1; xi = 0.1; a= -1; b = 1; N=5...

6ヶ月 前 | 1 件の回答 | 0

1

回答

質問


write a matrix in the form AX=RBX
% Write matrix of form AX=R*B*X with X contains A(k) and B(k) are eigenvectors % conditions k = 1 to 10; n = 1 to k and n ...

6ヶ月 前 | 0 件の回答 | 0

0

回答

質問


calculate integration of function
clc clear syms x y z D L B A(m, n, j, t) R nfin = 1; nffin = 3; % length of summation of n jfin = 1; jffin = 3; % le...

9ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Plotting in 3D using dashed and solid lines for a given range of R2
I need to plot for R2 using dashed line in [-5 0) and solid line in [0 5] in the same figure. Thanks in advance. hold on ...

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


3D plot Between one known and two unknown parameter.
For a given equation, A.^2+B.^2=R I need to plot between A,B and R where R is known(R lies between 1 to 10 for 100 resolutions)...

11ヶ月 前 | 1 件の回答 | 0

1

回答