asd ad
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
61,639
of 295,467
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
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
plotting a graph with different size markers
Hello everyone, I would like to plot a graph with the data points as circles according to their sizes in diameter. The y-axis i...
4 years ago | 1 answer | 0
1
answerQuestion
Contour plot error using a while code
Hello everyone, I would like to plot a contour plot with t(a) as my z axis (colourbar), RLL as my y axis and R as my x axis. I'...
4 years ago | 1 answer | 0
1
answerQuestion
Change the colour of individual markers in the plot
Hello everyone, I have this code and I would like to individually change the colours of some points on the graph. How can I do ...
4 years ago | 1 answer | 0
1
answerQuestion
scattering a graph between specific points
Hello everyone, I'm looking to scatter two sets of data across a graph between specific points. I would like to scatter 9 poin...
4 years ago | 1 answer | 0
1
answerQuestion
Creating a plot with 2 x -axis
Hello everyone, I would like to create a bar or a line plot with two x-axes from the xlsx file attached to this question. How d...
4 years ago | 1 answer | 0
1
answerQuestion
Plotting circles on a 2D graph
Hello everyone, I'm trying to plot a graph showing distribution of some data with different size. So I need to plot it on a 2D ...
4 years ago | 1 answer | 0
1
answerQuestion
Incorrect use of '=' operator. To assign a value to a variable, use '='. To compare values for equality, use '=='.
Hello everyone, I'm getting the aformentioned error for the RL2 variable but I do not want to compare values for equality. I...
4 years ago | 1 answer | 0
1
answerQuestion
contour graph plotting and editting
Hello everyone, I have this contour graph. I require the white part of the graph to be same colour as the relative humidity at ...
4 years ago | 1 answer | 0
1
answerQuestion
Plotting a contour plot with excel data
Hello everyone, I want to plot a contour plot with the attached excel data. So the colour bar on the right needs to be the RH....
4 years ago | 1 answer | 0
1
answerQuestion
Plotting a contour plot for a variable dependednt on the while loop
Hello everyone, I'm currently running a code to see how long does it take for a range of volume to reach 0 for different relati...
4 years ago | 2 answers | 0
2
answersQuestion
Remove tick marks for axes
Hello everyone, I would like to remove just the tick marks on the top axis and the right axis. How do I do this? I have attach...
4 years ago | 1 answer | 0
1
answerQuestion
Plotting a graph through the points
Hello everyone, I have collected this experimental data from the lab where x is time with 1 being 1 second 70 being 70 seconds ...
4 years ago | 2 answers | 0
2
answersQuestion
Plotting graph with excel file
RunNo figure (2) plot(t(a),CAD(a),'Linewidth',2) hold on plot (RunNo2,CAL2,'Linewidth',2) grid on xlabel ('Time (s)...
4 years ago | 1 answer | 0
1
answerQuestion
Second order polynomial curve of best fit
Hello everyone, I'm trying to fit a second order polynomial curve into a scatter plot but all I'm getting is a straight line. W...
4 years ago | 2 answers | 0