photo

rezheen


Last seen: 5ヶ月 前 2025 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

18 質問
1 回答

ランク
297,682
of 300,763

評判
0

コントリビューション
18 質問
1 回答

回答採用率
83.33%

獲得投票数
0

ランク
 of 21,082

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


Solving DE initial value problem symbolically in Matlab
Hello, I'm trying to solve a differential equation IVP symbolically with MATLAB, but my answer is different than the actual answ...

5ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How do I delete specific parts of a graph
Hi, I'm plotting arc length of a function and I want to plot two curves; the first one is the entire curve and the second one on...

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

2

回答

質問


Convert a decimal approximation to exact value symbolically
Hi, I'm working with a definite integral and get a decimal approximation as my answer. I'd like to also get the exact solution: ...

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

2

回答

質問


Shading area between 2 curves (x function in terms of y)
Hello, I'm trying to shade an area between two functions (x depending on y), I shade the correct area but I get a reflection of ...

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

3

回答

質問


Accumulate total area between x-axis and a curve using a for loop
I'd like to accumulate the total area between a curve and x-axis in one go if possible using a for loop. I find points of inters...

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

1

回答

質問


Shading an area between two curves symbolically
I want to shade the area under the line y=2 and above the curve y=1+cos(x) from 0 to pi. I'm having trouble doing this. This is ...

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

1

回答

質問


How do I add the sum of 1st 3 elements of a vector in a for loop?
I'd like for my for loop to end at n-1 as I have other code in the body. I just want to add a line in the for loop to add the su...

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

1

回答

質問


Estimate area under a curve using finite approximations (lower sum with 4 rectangles of equal length)
Hi, I'm having trouble calculating area under a curve using lower sum with 4 rectangles, specifically the for loop. This is my c...

7ヶ月 前 | 3 件の回答 | 0

3

回答

質問


Plotting a vertical line using xline with a value
Hello, I'm trying to plot a vertical dashed line with a value (set as a variable) I have found with my code, but it won't plot. ...

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

1

回答

質問


How do I find second order implicit differentiation (d2y/dx2) of a function in MATLAB
Hello, I'm able to find 1st order (dy/dx) of a function, but if I try to do the process again on dy/dx it doesn't work to find d...

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

1

回答

質問


Legend & Labeling points in a plot
I'd like to have a legend that shows all tangent lines and curves of my graph, also label points if possible either in the legen...

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

1

回答

質問


Display data in a while loop as a table
Hello, I'm trying to approximate the root of a function using Newton's method and display the results as a table. I've found my ...

8ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to specify intervals of increasing, decreasing of a function in MATLAB
Hello, I want to specify intervals of increasing & decreasing of a function for a specific range; say -20-20. This is my code he...

8ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Getting all max, min values of a function as a set of coordinate points
My code only returns 1 set of points for max, min. There are more points based on the graph I provide. This is my code: clear, ...

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

1

回答

質問


Not able to get local and absolute max or min of a function or graph symbolically
Hello, I'm trying to code a program that will calculate critical points and tell the user where local and absolute max or min va...

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

1

回答

質問


Using fprintf in a for loop to display the output as a set of coordinate points
Hi, I'm having trouble displaying the output of a math problem about critical points of a function as a set of coordinate points...

8ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to get real root of a function using fminbnd?
Hello, How can I force MATLAB to only give real solutions to a math function using fminbnd? This is my code: x=-1:0.01:8; y=@(...

8ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Getting a shorter, more simple answer as output
How can I get a shorter answer, ideally an exact answer but decimal is also fine. This is my code: syms x y y=(log(x)/log(4))+...

8ヶ月 前 | 2 件の回答 | 0

2

回答

回答済み
Adding Linestyle to ezplot in Matlab
Doing something like this would solve your dashed line problem: syms x f = inline('x.^2*exp(-x)', 'x'); d = inline('x.^3', ...

9ヶ月 前 | 0