Rank: 547 based on 164 downloads (last 30 days) and 9 files submitted
photo

Zhiqiang Zhang

E-mail
Company/University
CITIC Security Co., Ltd.

Personal Profile:

Ph.D in Mathematics.

homepage is http://zhiqiang.org/
Blog in Chinese: http://zhiqiang.org/blog/

Professional Interests:
Finance, data process, data mining, optimization

 

Watch this Author's files

 

Files Posted by Zhiqiang View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
31 May 2011 backup and sync backupfolder - backup a folder, syncfolder - sync folders, revertbackup - revert previous backups Author: Zhiqiang Zhang backup, sync, utility 3 2
  • 5.0
5.0 | 3 ratings
09 May 2011 a bug-fixed runstoredprocedure.m There is a bug in the official runstoredprocedure. This file fixed the bug. Author: Zhiqiang Zhang database 2 0
05 May 2011 list, queue, stack implement the list, queue, stack data structures in matlab Author: Zhiqiang Zhang data strcuture, queue, stack, oop 48 6
  • 5.0
5.0 | 2 ratings
24 Mar 2011 How many M-codes have you written? This script let you count the number of M-codes you have written under specific directory. Author: Zhiqiang Zhang count 2 0
27 Feb 2011 pivottable PIVOTTABLE Groups a matrix into a pivot table, is flexible as in Excel Author: Zhiqiang Zhang data exploration, pivottable, excel 23 1
  • 4.33333
4.3 | 4 ratings
Comments and Ratings by Zhiqiang View all
Updated File Comments Rating
05 May 2011 list, queue, stack implement the list, queue, stack data structures in matlab Author: Zhiqiang Zhang

I makes two updates (waiting for moderation)

1. add an method "isempty" to determine if the stack and queue is emtpy, and the method "emtpy" is to remove the content of the stack and queue. (thanks to Vojtech)
2. throw a warning when top an empty stack, and back, front an empty queue. throw an error when pop an empty stack and queue. (Thanks to Derek)

04 Dec 2010 Binary Search Binary search of values in a data vector. Author: Aroh Barjatya

The function used fliplr and flipud who are terrible for the usage: we are using binary search to get log(n)-time efficiency, but both of the functions are linear.

If your algorithm is linear, we prefer ind = find(x==var) rather than your algorithm.

06 Oct 2010 extract substring substr extracts a substring of length len from the string str, starting at the specified offset. Author: Phillip M. Feldman

simple but nice code

02 Oct 2010 String comparison Compares 2 strings. Output is identical to that of C string library. Author: ChinSoon Lim

02 Oct 2010 explode_implode Two functions: split string into pieces, join strings with delimiter in between. Author: Sara Silva

SPLIT = strread(STRING,'%s','delimiter','DELIMITER') ;
doesn't work well. It trum off the space at the beginning of the pieces.

Comments and Ratings on Zhiqiang's Files View all
Updated File Comment by Comments Rating
29 Nov 2012 list, queue, stack implement the list, queue, stack data structures in matlab Author: Zhiqiang Zhang Yiming

21 Oct 2012 list, queue, stack implement the list, queue, stack data structures in matlab Author: Zhiqiang Zhang Vivi

How should I use it?
Thx
Beginner Matlab user

23 Feb 2012 backup and sync backupfolder - backup a folder, syncfolder - sync folders, revertbackup - revert previous backups Author: Zhiqiang Zhang Michal

Edit: I found function 'strcmpc' on this server.

Excelent utility, thanks a lot!

22 Feb 2012 backup and sync backupfolder - backup a folder, syncfolder - sync folders, revertbackup - revert previous backups Author: Zhiqiang Zhang Michal

Hi, when I want execute syncfolder, I´ll get this error:

??? Undefined function or method 'strcmpc' for input arguments of type 'char'.

Error in ==> syncfolder at 93
elseif nf1 <= numel(files1) && ...

My syntax is:

syncfolder('Z:\folder1\','C:\Users\Me\Documents\folder2\',1)

Do you have any suggestions to solve this problem. Thanks a lot!

08 Feb 2012 pivottable PIVOTTABLE Groups a matrix into a pivot table, is flexible as in Excel Author: Zhiqiang Zhang Yi

Top Tags Applied by Zhiqiang
database, adodb, backup, batch script, count
Files Tagged by Zhiqiang View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
31 May 2011 backup and sync backupfolder - backup a folder, syncfolder - sync folders, revertbackup - revert previous backups Author: Zhiqiang Zhang backup, sync, utility 3 2
  • 5.0
5.0 | 3 ratings
09 May 2011 a bug-fixed runstoredprocedure.m There is a bug in the official runstoredprocedure. This file fixed the bug. Author: Zhiqiang Zhang database 2 0
05 May 2011 list, queue, stack implement the list, queue, stack data structures in matlab Author: Zhiqiang Zhang data strcuture, queue, stack, oop 48 6
  • 5.0
5.0 | 2 ratings
24 Mar 2011 How many M-codes have you written? This script let you count the number of M-codes you have written under specific directory. Author: Zhiqiang Zhang count 2 0
27 Feb 2011 pivottable PIVOTTABLE Groups a matrix into a pivot table, is flexible as in Excel Author: Zhiqiang Zhang data exploration, pivottable, excel 23 1
  • 4.33333
4.3 | 4 ratings

Contact us