Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

although it's stated in manual that Matlab 6.5.1 is compaible to windows nt4, I tried a simple function in Matlab:

function [  ] = printa( )
a=6;
a;
m= input('put m');

I generated an exe for that but when I ran it on the NT4 machine I got
an error that the libmatlb.dll was not found Then I downloaded it from the net, and when I tried again I got the error:

"The Procedure entry point mclInitializeDouble is not located at the dynamic link library libmatlb.dll"

The nt machine was nt4 sp3 but I upgraded the sp to sp6.
I urgently need to develope some code on an nt4 machine using matlab.
Thank you!
Posted
Updated 27-Nov-10 4:11am
v2

1 solution

Did you try asking in matlab's own forums? You'll probably get a better answer faster there than you will here. Beyond that, you're using technology that's EXTREMELY obsolete (both Windows NT *and* MatLab 6.5.1). Google is your friend.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900