Cesar Rubio
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
146,536
of 295,467
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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 using vertcat Dimensions of arrays being concatenated are not consistent.
I understand that this code returns a vector length of 303 but the initail vector (y0) only contains 3. I am not sure how to fix...
3 years ago | 1 answer | 0
1
answerQuestion
I am trying to get both of my functions to be generated on one plot, but when my plot generates it goes through the first function within a few seconds but then only displays the second function. How can I make my plot have both functions?
function hw2_1_3 clear all close all clc Dp = 5*10^-2; %particle diameter (m) h = 1*10^-3; %fluid viscosity (1cp) row =...
5 years ago | 1 answer | 0