automatic calculation for graph spacing
显示 更早的评论

Hi Everyone, I was hoping to get some guidance for this problem attached. here is my current code. I dont know how to specify what the spacings will be, and I am really stuck.
low = 1;
high = 1;
diff = high - low
function [ a b ] = computeGrid(v)
a = start;
b = final;
tics = (diff ./ M) +1
for 1:length(v)
numM >= 5 && numM <= 10
M = c * 10 .^ k;
if c = 1
min(M) = a
elseif c = 2
max(M) = b
else c = 5
end
end
end
3 个评论
Steven Lord
2017-3-6
Please post the problem as text. It's very difficult to read that image.
John Jamison
2017-3-7
John Jamison
2017-3-8
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Desktop 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!