
Kristine
Followers: 0 Following: 0
Feeds
질문
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...
16분 전 | 답변 수: 0 | 0
0
답변질문
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...
8일 전 | 답변 수: 2 | 0
2
답변질문
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...
12일 전 | 답변 수: 0 | 0
0
답변질문
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...
14일 전 | 답변 수: 1 | 0
1
답변질문
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 ...
15일 전 | 답변 수: 2 | 0
2
답변질문
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 ...
19일 전 | 답변 수: 1 | 0