필터 지우기
필터 지우기

automatic calculation for graph spacing

조회 수: 1 (최근 30일)
John Jamison
John Jamison 2017년 3월 6일
댓글: John Jamison 2017년 3월 8일
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
John Jamison
John Jamison 2017년 3월 7일
please see the attachment. thanks
John Jamison
John Jamison 2017년 3월 8일
????

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by