Rank: 313 based on 202 downloads (last 30 days) and 8 files submitted
photo

Siamak Faridani

E-mail
Company/University
University of California, Berkeley
Lat/Long
37.91525650024414, -122.4509506225586

Personal Profile:

I am working on my PhD in the field of Operations Research. I occasionally post my scripts here. Feel free to send me an email.

My website: http://www.ieor.berkeley.edu/~faridani/

Professional Interests:
Nonlinear Optimization

 

Watch this Author's files

 

Files Posted by Siamak View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
01 Jul 2009 MATLAB 2 R Documents This document helps you learn R if you already know MATLAB. Author: Siamak Faridani document, r, command, tutorial 2 0
01 Jun 2009 Screenshot Principal Component Analysis (PCA) in MATLAB This is a demonstration of how one can use PCA to classify a 2D data set. Author: Siamak Faridani pca, classification, principal component a..., segmentation 142 3
  • 4.33333
4.3 | 4 ratings
29 Jan 2009 Using MATLAB Builder for JAVA with Eclipse Using MATLAB Builder for JAVA with Eclipse Author: Siamak Faridani eclipse, deploytool, java, matlab and java, matlab builder 22 1
26 Jan 2009 Multivariate Nonlinear optimization using Marquardt Method Multivariate Nonlinear optimization using Marquardt Method Author: Siamak Faridani hessian, optimization, nonlinear, derivative 3 0
10 Jan 2009 Steepest Accent Method Solves multivariant unconstrained optimization using the Steepest Accent Method Author: Siamak Faridani optimization, steepest methods, nonlinear, decent method, accent method 1 2
  • 4.0
4.0 | 1 rating
Comments and Ratings by Siamak View all
Updated File Comments Rating
07 Jul 2009 Split delimiter separated strings into a matrix Function to split a delimiter separated string into a matrix of doubles. Author: Gie Spaepen
26 Apr 2009 screencapture small utility to capture screen programatically Author: saurabh kumar

Great idea and nice implementation

Comments and Ratings on Siamak's Files View all
Updated File Comment by Comments Rating
05 Jan 2012 Converting CSV files to mat files This simple script converts all the ASCII *.dat files in the current directory into mat files. Author: Siamak Faridani Maria

hi

i've modified your file a little bit. Now all files, that are in the current directory, are not saved in separate .mat files, but in one common.

%%%%%%%%
clc;
close all;
clear all;

matfiles = dir('*.csv');

for ind = 1:length(matfiles)
     M = csvreadmy(matfiles(ind).name);
     varname = genvarname(strrep(matfiles(ind).name,'.csv',''));
    eval([varname ' = M']);
end

clear M ind matfiles varname
save test.mat;

%%%%%%%%%

26 Nov 2011 Using MATLAB Builder for JAVA with Eclipse Using MATLAB Builder for JAVA with Eclipse Author: Siamak Faridani liang

I tried to call MagicSquare from Eclipse.
Added the two jar in eclipse, but still get error message. I have MATLAB R2011a, and MCR 7.15 installed on my computer, but it still can't find the dll file in the runtime.

By the way, running it from command line is successful.

-------------
Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to find the library mclmcrrt7_15.dll, required by MATLAB Builder JA, on java.library.path.
 This library is typically installed along with MATLAB or the MCR, its absence may indicate an issue with that installation or the current path configuration.
The MCR version that this component is trying to use is: 7.15.

at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$ProxyLibraryDir.get(MCRConfiguration.java:167)
at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$ProxyLibraryDir.<clinit>(MCRConfiguration.java:173)
at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration.getProxyLibraryDir(MCRConfiguration.java:178)
at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$MCRRoot.get(MCRConfiguration.java:77)
at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$MCRRoot.<clinit>(MCRConfiguration.java:87)
at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration.getMCRRoot(MCRConfiguration.java:92)
at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration$ModuleDir.<clinit>(MCRConfiguration.java:66)
at com.mathworks.toolbox.javabuilder.internal.MCRConfiguration.getModuleDir(MCRConfiguration.java:71)
at com.mathworks.toolbox.javabuilder.internal.MWMCR.<clinit>(MWMCR.java:1549)
at com.mathworks.toolbox.javabuilder.MWUtil.GetUnknownClassID(MWUtil.java:727)
at com.mathworks.toolbox.javabuilder.MWClassID.<clinit>(MWClassID.java:41)
at getmagic.main(getmagic.java:34)

06 Sep 2011 Principal Component Analysis (PCA) in MATLAB This is a demonstration of how one can use PCA to classify a 2D data set. Author: Siamak Faridani Black, Adams

Good! but can i use it for image classfication pls?

06 Sep 2011 Principal Component Analysis (PCA) in MATLAB This is a demonstration of how one can use PCA to classify a 2D data set. Author: Siamak Faridani Black, Adams
30 Jul 2011 Equation Check Equation Validator for Long Equations Author: Siamak Faridani Singh, Amit

I like this, its a great tool, very useful for making bigger code

Top Tags Applied by Siamak
nonlinear, optimization, accent method, ascii, batch
Files Tagged by Siamak View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
01 Jul 2009 MATLAB 2 R Documents This document helps you learn R if you already know MATLAB. Author: Siamak Faridani document, r, command, tutorial 2 0
01 Jun 2009 Screenshot Principal Component Analysis (PCA) in MATLAB This is a demonstration of how one can use PCA to classify a 2D data set. Author: Siamak Faridani pca, classification, principal component a..., segmentation 142 3
  • 4.33333
4.3 | 4 ratings
29 Jan 2009 Using MATLAB Builder for JAVA with Eclipse Using MATLAB Builder for JAVA with Eclipse Author: Siamak Faridani eclipse, deploytool, java, matlab and java, matlab builder 22 1
26 Jan 2009 Multivariate Nonlinear optimization using Marquardt Method Multivariate Nonlinear optimization using Marquardt Method Author: Siamak Faridani hessian, optimization, nonlinear, derivative 3 0
10 Jan 2009 Steepest Accent Method Solves multivariant unconstrained optimization using the Steepest Accent Method Author: Siamak Faridani optimization, steepest methods, nonlinear, decent method, accent method 1 2
  • 4.0
4.0 | 1 rating

Contact us at files@mathworks.com