Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How do i fix the dimensions

1 Ansicht (letzte 30 Tage)
Nismeta
Nismeta am 23 Jul. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
my graph (code2) is supposed to look like the other graph on the 3d profiles. but my dimensions are all messed up i believe. how do i fix them
  1 Kommentar
Nismeta
Nismeta am 23 Jul. 2014
if true
% code
end
[x,y]=meshgrid(linspace(-5,5,200));
a = (10449400.*x.^8.*y.^2 + x.^6).^1/2;
b = 129.302.*a;
c = (b - 417975.*x.^4.*y);
d = (.0391078.*x.^2)./(c).^1/3;
e = (10449400.*x.^8.*y.^2).^1/2;
f = 129.302.*e;
g = (e - 417.975.*x.^4.*y).^1/3;
h = .00152942.*g;
i = d - h;
z = 5.*i;
surf(x,y,z);shading interp

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by