
Kristine
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
97.103
of 297.457
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20.438
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 158.938
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
Plots saved as JPEG look awful. How to improve?
Hey y’all I’ve been saving graphs as JPEGs to be able to upload them to a PowerPoint, but the quality looks really bad. I...
1 dag ago | 4 answers | 0
4
answersQuestion
Can I create stackedplot with arrays of different row lengths?
Hi, I’m trying to compare three sets of data, all with different amounts of data, but all associated with the same days. Dat...
1 dag ago | 2 answers | 0
2
answersQuestion
Why are minor ticks not being added to my graph?
I used this resource to find how to add minor ticks: https://www.mathworks.com/help/matlab/ref/matlab.graphics.axis.decorator.nu...
2 dagen ago | 2 answers | 0
2
answersQuestion
How to create a table with data from multiple tables using function or for loop
An experiment was run over 42 days, and I have a table for each day containing multiple attempts of the experiment. I want t...
10 dagen ago | 2 answers | 0
2
answersQuestion
How to plot multiple data sets on bar3
I’m trying to make multiple 3D histogram plots side-by-side. I think I need to use the bar3 function, but I don’t know what comb...
14 dagen ago | 0 answers | 0
0
answersQuestion
Why doesn’t contour plot run when I add ‘ShowText’? Is my data set too big?
Hi y’all. I am trying to create an oceanographic t-s contour plot (salinity as x-axis, temperature as y-axis, and contour define...
16 dagen ago | 1 answer | 0
1
answerQuestion
When running imagesc, how can I extend the image coverage on my graph?
As Seen in the image shared, the first plot has the full background filled in while the second has a slived of the background ...
17 dagen ago | 2 answers | 0
2
answersQuestion
Why do my plots overlap instead of showing up side-by-side?
t = tiledlayout(2,4); nexttile; x1 = linspace (0,10); %This is not my actual data y1 = sin(3*x); x2 = linspace (2,30); y2 ...
21 dagen ago | 1 answer | 0