Filter löschen
Filter löschen

automatic calculation for graph spacing

1 Ansicht (letzte 30 Tage)
John Jamison
John Jamison am 6 Mär. 2017
Kommentiert: John Jamison am 8 Mär. 2017
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 Kommentare
John Jamison
John Jamison am 7 Mär. 2017
please see the attachment. thanks
John Jamison
John Jamison am 8 Mär. 2017
????

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by