Statistics
8 Questions
0 Answers
RANK
210,557
of 300,379
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
0
RANK
of 20,931
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,299
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
Feeds
Question
Plot / Solve system for nontrivial answer. dot operator issue?
Hello, I don't use matlab much and my coding skills aren't too good. Any help would be appreciated. I am trying to solve the eq...
5 years ago | 2 answers | 0
2
answersQuestion
Generalized Forced Van Der Pol Oscillator Phase Plot
Hello, I am trying to write a program to solve a forced van der pol oscillator and give its phase plot. I found a code on these...
5 years ago | 1 answer | 0
1
answerQuestion
matrix dimensions incompatible problem.
Hey, basic new guy question here, that I feel stupid even asking but I can't seem to find the answer or get my code to work. All...
5 years ago | 1 answer | 0
1
answerQuestion
How to solve a system of ODEs and plot the result
Hello, I am fairly new to Matlab. I am trying to use matlab to solve an ODE with known boundary conditions and plot the results ...
5 years ago | 1 answer | 0
1
answerQuestion
How do I extract values from array into table
I have a code with four arrays, as follows deltaC=0:0.1:1; Xone=ones(1, 11); Xtwo=zeros(1, 11); St...
7 years ago | 1 answer | 0
1
answerQuestion
Solve for an implicitly defined variable
How do I use matlab to solve for an implicitly defined variable? For example x=0.6953*ln(115/(215-x))-100
7 years ago | 1 answer | 0
1
answerQuestion
How does evaluation of a function for each x and y coordinate in a matrix work?
I am trying to solve a problem for one of my classes. I tried a few different codes based on ones the professor provided and tha...
7 years ago | 0 answers | 0
0
answersQuestion
How can I plot a 3D graph for Z=5*X*Y*(1-X-Y)?
How can I plot a 3D graph for Z=5*X*Y*(1-X-Y)? I've tried a few different programs I saw online but couldn't get any to work so ...
7 years ago | 1 answer | 0
