Marcus - MATLAB Central
photo

Marcus


Last seen: 2年以上 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 12/14 to 04/25Use left and right arrows to move selectionFrom 12/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
0 回答

ランク
248,552
of 297,972

評判
0

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

回答採用率
12.5%

獲得投票数
0

ランク
 of 20,514

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,989

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


My differential equation solution doesn't work with dsolve
I'm trying to solve the Lane-Emden equation numerically, and my code for the solution is the following: syms y(x) dy = d...

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

1

回答

質問


How can I make it so a while loop doesn't stop if one of the elements in a vector going into it fulfills the condition?
My code looks something like this: while(sqrt(x.^2 + y.^2 + z.^2)<1) some conditions which increases the values of x, ...

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

1

回答

質問


How to get my code to define variables
Hi, I've written a quick piece of code which is the following: function [Delta, theta, theta1, theta1prim, theta2prim, thet...

約10年 前 | 2 件の回答 | 0

2

回答

質問


Subscripted assignment dimension mismatch.
Hello, I'm getting the error 'Subscripted assignment dimension mismatch.' for this piece of code: a = -3; b = 3; ...

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

1

回答

質問


How do I get my loglog plot to chose the correct interval?
Hi, I'm trying to get a loglog plot to show the correct interval. The code is meant to show numerical derivation of sin(x), here...

約10年 前 | 0 件の回答 | 0

0

回答

質問


How to plot a graph of convergence for Newtons method of three variables?
Hi, I have used Newtons method to find three unknown variables from three equations, but now I need to plot the graph to show th...

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

1

回答

質問


How to get my code for Newtons method for non-linear equationsystems working?
I'm trying to make my code for Newtons method for non-linear equationsystems working. I have three equations and three variables...

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

0

回答

質問


How to make 'solve' work?
Hello, I have just recently started using Matlab and are still learning the basics. I have tried to solve an equation but the 's...

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

1

回答