photo

Marcus


Last seen: ongeveer 3 jaar ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
191.164
of 300.392

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
12.5%

VOTES RECEIVED
0

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


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, ...

bijna 9 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 11 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 11 jaar ago | 1 answer | 0

1

answer