Ricardo Machado - MATLAB Central
photo

Ricardo Machado


Last seen: ungefär 4 år ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 08/19 to 04/25Use left and right arrows to move selectionFrom 08/19Use 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

6 Questions
0 Answers

RANK
20 929
of 298 247

REPUTATION
2

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 20 553

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160 685

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 3

View badges

Feeds

View by

Question


pdepe problem (numerical vs analytical solution)
So this is my pde: The IC for 0<x<1: The b.c for t>0. u is bounded. Using separation of variables by letting v = u-1, ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


solving a system of pdes using pdepe
So i have the follwing system of pdes: where . where . The symmetry boundary conditions are: The other two boundary ...

mer än 4 år ago | 0 answers | 0

0

answers

Question


Plotting diffusion eq.
I'm stuck at plotting the solution to the diffusion equation. For the provided c and D, what would be optimal time and distance ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


simple linear programming problem
This is an example from my textbook Minimize 5x-7y-4z+6t Subject to 2x+6y+z-t <= 5 5x+3y-6z-2t <= 7 -x-3y+6z+2t <= 6 x,y,z,...

mer än 5 år ago | 1 answer | 0

1

answer

Question


ODE45 to solve a system of two coupled 2nd order ODEs
So this is my code for a system of coupled oscillators syms x1(t) x2(t) k1 k2 m Dx1 = diff(x1); D2x1 = diff(x1,2); Dx2 = di...

mer än 5 år ago | 1 answer | 0

1

answer

Question


Using ODE45 to solve two coupled second order ODEs
I used the ODE to vector field function to change my 2 coupled 2nd order ODEs to a system of 1st order ODEs. syms k1 k2 m t x1...

mer än 5 år ago | 1 answer | 0

1

answer