Rank: 242972 based on 0 downloads (last 30 days) and 0 file submitted
photo

Michael

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Michael View all
Updated File Comments Rating
20 Jul 2012 2D Multiwall model A fast implementation of the Multiwall model Author: Sebastien PARIS

Mr. Paris,
I was wondering where you got the data for wall materials and the dimensions of the floor plan displayed, so if you could tell me that would be much appreciated.

-Michael

06 Jul 2012 2D Multiwall model A fast implementation of the Multiwall model Author: Sebastien PARIS

Yes its puzzling me as well. Thank you for all of your help so far its much appreciated.

06 Jul 2012 2D Multiwall model A fast implementation of the Multiwall model Author: Sebastien PARIS

ok, so I redownloaded all of the files and reinstalled the compiler and tried again and the same thing is happening. When I run the mex -v command, this is the error message I receive:
mex -v multiwall_model.c
***************************************************************************
Warning: Neither -compatibleArrayDims nor -largeArrayDims is selected.
Using -compatibleArrayDims. In the future, MATLAB will require
the use of -largeArrayDims and remove the -compatibleArrayDims
option. For more information, see:
http://www.mathworks.com/help/techdoc/matlab_external/bsflnue-1.html
****************************************************************************

-> Default options filename found in C:\Users\wildcat\AppData\Roaming\MathWorks\MATLAB\R2012a
----------------------------------------------------------------
-> Options file = C:\Users\wildcat\AppData\Roaming\MathWorks\MATLAB\R2012a\mexopts.bat
MATLAB = C:\Program Files\MATLAB\R2012a
-> COMPILER = cl
-> Compiler flags:
COMPFLAGS = /c /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD
OPTIMFLAGS = /O2 /Oy- /DNDEBUG
DEBUGFLAGS = /Z7
arguments =
Name switch = /Fo
-> Pre-linking commands =
-> LINKER = link
-> Link directives:
LINKFLAGS = /dll /export:mexFunction /LIBPATH:"C:\Program Files\MATLAB\R2012a\extern\lib\win64\microsoft" libmx.lib libmex.lib libmat.lib /MACHINE:X64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /manifest /incremental:NO /implib:"C:\Users\wildcat\AppData\Local\Temp\mex_IMGr2e\templib.x" /MAP:"multiwall_model.mexw64.map"
LINKDEBUGFLAGS = /debug /PDB:"multiwall_model.mexw64.pdb"
LINKFLAGSPOST =
Name directive = /out:"multiwall_model.mexw64"
File link directive =
Lib. link directive =
Rsp file indicator = @
-> Resource Compiler = rc /fo "mexversion.res"
-> Resource Linker =
----------------------------------------------------------------


--> cl /c /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD /FoC:\Users\wildcat\AppData\Local\Temp\mex_IMGr2e\multiwall_model.obj -I"C:\Program Files\MATLAB\R2012a\extern\include" -I"C:\Program Files\MATLAB\R2012a\simulink\include" /O2 /Oy- /DNDEBUG -DMX_COMPAT_32 multiwall_model.c

multiwall_model.c
multiwall_model.c(179) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(186) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(193) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(289) : fatal error C1004: unexpected end-of-file found

C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Compile of 'multiwall_model.c' failed.

Error using mex (line 206)
Unable to complete successfully.

06 Jul 2012 2D Multiwall model A fast implementation of the Multiwall model Author: Sebastien PARIS

ok, so I redownloaded all of the files and reinstalled the compiler and tried again and the same thing is happening. When I run the mex -v command, this is the error message I receive:
mex -v multiwall_model.c
***************************************************************************
Warning: Neither -compatibleArrayDims nor -largeArrayDims is selected.
Using -compatibleArrayDims. In the future, MATLAB will require
the use of -largeArrayDims and remove the -compatibleArrayDims
option. For more information, see:
http://www.mathworks.com/help/techdoc/matlab_external/bsflnue-1.html
****************************************************************************

-> Default options filename found in C:\Users\wildcat\AppData\Roaming\MathWorks\MATLAB\R2012a
----------------------------------------------------------------
-> Options file = C:\Users\wildcat\AppData\Roaming\MathWorks\MATLAB\R2012a\mexopts.bat
MATLAB = C:\Program Files\MATLAB\R2012a
-> COMPILER = cl
-> Compiler flags:
COMPFLAGS = /c /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD
OPTIMFLAGS = /O2 /Oy- /DNDEBUG
DEBUGFLAGS = /Z7
arguments =
Name switch = /Fo
-> Pre-linking commands =
-> LINKER = link
-> Link directives:
LINKFLAGS = /dll /export:mexFunction /LIBPATH:"C:\Program Files\MATLAB\R2012a\extern\lib\win64\microsoft" libmx.lib libmex.lib libmat.lib /MACHINE:X64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /manifest /incremental:NO /implib:"C:\Users\wildcat\AppData\Local\Temp\mex_IMGr2e\templib.x" /MAP:"multiwall_model.mexw64.map"
LINKDEBUGFLAGS = /debug /PDB:"multiwall_model.mexw64.pdb"
LINKFLAGSPOST =
Name directive = /out:"multiwall_model.mexw64"
File link directive =
Lib. link directive =
Rsp file indicator = @
-> Resource Compiler = rc /fo "mexversion.res"
-> Resource Linker =
----------------------------------------------------------------


--> cl /c /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD /FoC:\Users\wildcat\AppData\Local\Temp\mex_IMGr2e\multiwall_model.obj -I"C:\Program Files\MATLAB\R2012a\extern\include" -I"C:\Program Files\MATLAB\R2012a\simulink\include" /O2 /Oy- /DNDEBUG -DMX_COMPAT_32 multiwall_model.c

multiwall_model.c
multiwall_model.c(179) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(186) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(193) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(289) : fatal error C1004: unexpected end-of-file found

C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Compile of 'multiwall_model.c' failed.

Error using mex (line 206)
Unable to complete successfully.

06 Jul 2012 2D Multiwall model A fast implementation of the Multiwall model Author: Sebastien PARIS

-> Default options filename found in C:\Users\wildcat\AppData\Roaming\MathWorks\MATLAB\R2012a
----------------------------------------------------------------
-> Options file = C:\Users\wildcat\AppData\Roaming\MathWorks\MATLAB\R2012a\mexopts.bat
MATLAB = C:\Program Files\MATLAB\R2012a
-> COMPILER = cl
-> Compiler flags:
COMPFLAGS = /c /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD
OPTIMFLAGS = /O2 /Oy- /DNDEBUG
DEBUGFLAGS = /Z7
arguments =
Name switch = /Fo
-> Pre-linking commands =
-> LINKER = link
-> Link directives:
LINKFLAGS = /dll /export:mexFunction /LIBPATH:"C:\Program Files\MATLAB\R2012a\extern\lib\win64\microsoft" libmx.lib libmex.lib libmat.lib /MACHINE:X64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /manifest /incremental:NO /implib:"C:\Users\wildcat\AppData\Local\Temp\mex_WVxqiL\templib.x" /MAP:"multiwall_model.mexw64.map"
LINKDEBUGFLAGS = /debug /PDB:"multiwall_model.mexw64.pdb"
LINKFLAGSPOST =
Name directive = /out:"multiwall_model.mexw64"
File link directive =
Lib. link directive =
Rsp file indicator = @
-> Resource Compiler = rc /fo "mexversion.res"
-> Resource Linker =
----------------------------------------------------------------


--> cl /c /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD /FoC:\Users\wildcat\AppData\Local\Temp\mex_WVxqiL\multiwall_model.obj -I"C:\Program Files\MATLAB\R2012a\extern\include" -I"C:\Program Files\MATLAB\R2012a\simulink\include" /O2 /Oy- /DNDEBUG -DMX_COMPAT_32 multiwall_model.c

multiwall_model.c
multiwall_model.c(179) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(186) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(193) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(290) : fatal error C1004: unexpected end-of-file found

C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Compile of 'multiwall_model.c' failed.

Error using mex (line 206)
Unable to complete successfully.

Contact us