Skip to content
Snippets Groups Projects
Commit b8eee240 authored by VaishnavaHari S's avatar VaishnavaHari S
Browse files

added spring stiff func.

first in heat transfer
parent d1f7a571
No related branches found
No related tags found
No related merge requests found
function [k] = springstiff(stiff)
%spring stiffness
k=[stiff -stiff;-stiff stiff];
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment