?? a.m
字號:
function [ A ] = A( x )%A Summary of this function goes here% Detailed explanation goes hereglobal data1global data2global thedafor i=1:8 A(i,1)=exp(x(2)/data1(i)) A(i,2)=x(1)/data1(i)*exp(x(2)/data1(i)) A(i,3)=1endA(9,1)=2*theda^0.5A(9,2)=2*x(2)*theda^0.5A(9,3)=sec(x(3))^2*theda^0.5
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -