photo

Maryam Ansari


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
62,877
of 300,791

評判
0

コントリビューション
7 質問
0 回答

回答採用率
71.43%

獲得投票数
0

ランク
 of 21,091

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,108

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Trying to use quad to solve this integral but keep getting error
y = @(x)((1.941-24.3*x).^2)/(2.92*(0.02408-x)*(0.01605-x)); %Using quad to calculate integral time = quad(y,0,0.0120...

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

1

回答

質問


How can I replace my values in an iteration?
This is a code I am using to run the modified secant open method. However, I don't understand why my values are not replacing th...

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

1

回答

質問


How to evaluate a user input function at a given point?
I'm unsure how to evaluate a given function at a given point X. Hypothetically, the user can input any function using any letter...

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

1

回答

質問


Sub function not replacing syms variable x with input number
My code isn't finished yet, but this is what I have function findTaylorSeries = TaylorCos0(valueForX,termNum) %%...

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

1

回答

質問


My loop has an infinite recursion, and I'm not sure how to fix it?
I'm trying to implement the Babylonian method through a while loop. When I call my function in another script file, it says I ha...

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

1

回答

質問


I'm trying to end the program once my variable reaches a certain value. I used a conditional, but my program won't stop?
This is a part of my code. I put my if statement outside the while loop. I don't understand how I can get it to stop once "popul...

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

1

回答

質問


I keep getting index exceeds matrix dimensions but I don't understand why. I'm trying to sum the elements in an array.
Below is a simple code. I'm creating an array m which contains all odd numbers between 1 and 52015. I'm trying to sum all the el...

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

1

回答