Basic 2D heat conduction Matlab Question

조회 수: 6 (최근 30일)
John Mount
John Mount 2013년 12월 20일
답변: Walter Roberson 2013년 12월 21일
Hello,
This is my first time using this and I was hoping someone can help me with a problem I have run into. I am trying to create a MATLAB Code for a Basic 2D Steady State Heat Conduction Question. It is a square. Length and Width both 1. Temperature at the Bottom and Left Side are 0 while the Right and Top Sides are both 1. I was going to separate my grid diagram into increments of .1 when getting a plot to view. I have all my calculations completed by hand but it has been years since I used MATLAB and can't remember how to code it. Can anyone take a minute and help me remember how to write this code? Thanks so much.

답변 (1개)

Walter Roberson
Walter Roberson 2013년 12월 21일
ndgrid(A:0.1:B, C:0.1:D) ?

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by