原创 Matlab polyfit

%RandomAccess J0237_2 reference %BasketballPass,BQSqare, BlowingBubbles,RaceHorses, close all; clear all; RD = [ 1507.0

原创 用Matlab實現字符串分割(split)

用Matlab實現字符串分割(split) Posted on 2011/08/08 Matlab的字符串處理沒有C#強大,本身又沒有提供OO特性

原创 matlab 刪除字符串開頭和結尾的空白

strtrim 從字符串,刪除開頭和結尾的空白 句法 S = strtrim(STR) C = strtrim(CSTR)  點贊 收藏 分享 文章舉報 got

原创 Matlab 自定義函數擬合

%RandomAccess J0237_2 reference %BasketballPass,BQSqare, BlowingBubbles,RaceHorses, close all; clear all; RD = [ 1507.0

原创 MEX-files Guide

製品・サービス ソリューション アカデミック サポート ユーザコミュニティ(英語) イベント 會社情報 Accelerating the pace of engineering and science  日本 お問い合わせ

原创 在Windows環境中使用版本管理工具Git

在Windows環境中使用版本管理工具Git Posted on 2008-09-20 20:37 麥滿屯 閱讀(21637) 評論(11) 編輯 收藏 Git是一個分佈式的版本控制系統,最初由Lin

原创 matlab2013不支持vs2013

matlab2013不支持vs2013,因此使用 [plain] view plaincopyprint? mex -setup   mex -setup 會提示無法找到編譯器 解決方法很簡單,思路就是vs2013和vs2012

原创 Compiling a MEX file with Visual Studio

Compiling a MEX file with Visual Studio       1) If we are working on matrix multiplication, then after compiling the .

原创 visual studio 2010 運行後 不顯示按任意鍵退出,窗口直接消失

visual studio 2010 運行後 不顯示按任意鍵退出,窗口直接消失 2010-08-15 00:06wtj7797live | 分類:其他編程語言 | 瀏覽6130次 我找不到工程屬性按鈕... 你的方法是使得運行後可以

原创 C++之編碼問題(Unicode,ASCII,本地默認)

C++之編碼問題(Unicode,ASCII,本地默認) 轉自: http://www.cnblogs.com/qzhforthelife/p/3228933.html 本篇文章試圖回答的問題: 1、char* pStr="我

原创 How do I fix the linker error in project upgraded from VS2010 to VS2013 where the linker is looking

How do I fix the linker error in project upgraded from VS2010 to VS2013 where the linker is looking for an MFC libra

原创 Matlab也有正則表達式grexp

Matlab也有正則表達式grexp Posted on 2012-08-01 16:45 DK_LODE 閱讀(31) 評論(0)  編輯 收藏 http://www.cnblogs.com/dk2009/archive/2012/

原创 Command line error D8045 : cannot compile C file * with the /clr option cl

Error: Error 1 Command line error D8045 : cannot compile C file '.\HelloWorld.c' with the /clr option cl Solution:

原创 How to build mex file directly in Visual Studio 2010?

After some experimenting with guidance from this page mentioned in the question, it seems like starting with an empty

原创 x264 windows 下用vs2010 編譯

在下是新手,在學習x264的時候都是使用的以前2009年左右的x264工程,有libx264的那個,想要更新最新的x264代碼但是不會。我在請教了我身邊的一位高手之後,整理了一下他使用新代碼建立x264工程的過程,現在發上來給大家參考一