Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - findsym
Search - findsym - List
内容为《MATLAB高级编程》用到的部分程序,非常具有参考价值.-says, "High MATLAB programming" used in some of the procedures that it is extremely useful.
Update : 2025-02-19 Size : 1.15mb Publisher : muyue

《MATLAB实用教程》用到的部分程序,比较全的。-" MATLAB Practical Guide" Part of the procedure used to compare the sound.
Update : 2025-02-19 Size : 612kb Publisher : zym

DL : 0
function [ H ,S ] = HS( f ) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1=diff(f,x1) f2=diff(f,x2) S= [f1 f2] H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)] end s0=subs(S,findsym(S),[0 0])-function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ])
Update : 2025-02-19 Size : 1kb Publisher : honkleo
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.