Filter löschen
Filter löschen

How to put this 4 each one in a different function that i will call it in my script

3 Ansichten (letzte 30 Tage)
close all
clear
n = input('Give the number of nodes = '); %nodes
w = 1; %with
h = 1; %height
x = linspace(0,w,n);
y = linspace(0,h,n);

Antworten (1)

Sindhu Karri
Sindhu Karri am 3 Mai 2021
Bearbeitet: Sindhu Karri am 3 Mai 2021
Hii,
I have attached the files containing the boundary functions and the main script calling those function.Hope this helps you in understanding the usage of functions in MATLAB.Make sure the boundary function .m files are included in current folder path in MATLAB.
Refer to below link for better understanding:
  2 Kommentare
Chris ch
Chris ch am 3 Mai 2021
I am really thankfull for your answer but i have a problem. When i run this script without the functions my contour plot is okay . When i use the functions the contour plot is going wrong . I dont know the reason

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by