Stephanie Velasco
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
273 489
of 295 527
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
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
Error when using the function ODE45
I have written to the following function to solve a differential equation using ODE 45, but i always seem to come across an erro...
nästan 8 år ago | 1 answer | 0
1
answerQuestion
Using ODE 45 function to solve differential equation
I have figured out how to use the Ode 45 equation using this function and it works perfectly find. function dw_dt = equation_...
nästan 8 år ago | 0 answers | 0
0
answersQuestion
how can I locate a number in a vector with out using the function find?
I am trying to locate a number in vector with out using the function 'find'.is there a way i could do this?
nästan 8 år ago | 2 answers | 0
2
answersQuestion
Error when using ode45 command,"returns a vector of length 11, but the length of initial conditions vector is 1."
function dw_dt = equation_(t,w) a = 1; b = 1.35; v= [.6:.01:.70].'; dw_dt = a*w.^(v)-b*w; %actual scrip...
nästan 8 år ago | 1 answer | 0
1
answerQuestion
Saving data from for loop
Hi have been trying to save the data from my for loop each time it runs but for some reason it given the 3 number that i need bu...
ungefär 8 år ago | 2 answers | 0
2
answersQuestion
Plotting data set in for loop
I have bee trying to plot two data set according to their efficiency. If efficiency is greater than .8 the set should be plotted...
ungefär 8 år ago | 0 answers | 0
0
answersQuestion
Choosing decimal places by user input.
I was trying to write a code where I can ask the user to choose the number of decimal he/she wants to use when calculating the m...
ungefär 8 år ago | 2 answers | 0
2
answersQuestion
How to remove the ">>" from my input statement?
so before, after running script, my input statement in matlab would appear as shown here " Enter the speed: " But recently it ...
ungefär 8 år ago | 2 answers | 0