How to put this 4 each one in a different function that i will call it in my script
Mostra commenti meno recenti
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);
Risposte (1)
Sindhu Karri
il 3 Mag 2021
Modificato: Sindhu Karri
il 3 Mag 2021
0 voti
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 Commenti
Chris ch
il 3 Mag 2021
Sindhu Karri
il 3 Mag 2021
Can you attach the contour plots in both cases
Categorie
Scopri di più su Programming in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!