aloha_err_RC

PURPOSE ^

SYNOPSIS ^

function err_RC = aloha_err_RC(ne0,sc,rc)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function err_RC = aloha_err_RC(ne0,sc,rc)
0002 %
0003 sc.plasma.ne0 = ne0;
0004 %
0005 sc = aloha_scenario(sc);
0006 %
0007 err_RC = sqrt(sum(sc.results.RC - rc).^2);
0008 %
0009 
0010 
0011 
0012 
0013

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.