photo

Sania Nizamani


Last seen: 6ヶ月 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to get a graph of an equation having a sigma notation with double indices
How to write a code with for loop to get a graph of the following equation? .

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

1

回答

回答済み
Format of a number
The number was the output of the following code of an iterative method called the Newton method. The number shown above is the a...

10ヶ月 前 | 0

質問


Format of a number
How can write or convert the following number as 6.5192e-353 in MATLAB R2020a? 0.0000000000000000000000000000000000000000000000...

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

1

回答

回答済み
How can I fix this "Error using / Matrix dimensions must agree."
The last line should read as follows: Q_bc = (1/n) * (B./ (B + 2*h_bc)).*(h_bc.^(2/3)).*(S^(1/2)); You had missed the dot ther...

1年以上 前 | 1

質問


How to see aligned results on command window?
After running a code, results appear in a matrix form. The results are correct however reading them is a little tedious as the n...

1年以上 前 | 0 件の回答 | 0

0

回答

質問


How to use symsum command for a function of two variables and two indices?
Can anyone help to write a code in MATLAB for the expression given below: I have tried with the following but it doesn't work...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to plot product of two summations?

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Given below is a code and its output. But, I want to get the output as a 6 by 5 single matrix . how to get that?
<</matlabcentral/answers/uploaded_files/131342/Capture.PNG>> That doesn't work.

約6年 前 | 0

質問


Given below is a code and its output. But, I want to get the output as a 6 by 5 single matrix . how to get that?
clear; close all; clc; format short % These are Inputs h=25; t(1)=0; phi(1)=0; tf=100; n=ceil((tf-t(1))/h); t(2)=t...

約6年 前 | 1 件の回答 | 0

1

回答