Cannot install MATLAB notebook solution on a 64-bit system

Source: Internet
Author: User

Cannot install MATLAB notebook solution on a 64-bit system

Process decomposition

First step: Install Matlab (attached: Matalab r2015a interface)

Step two: Execute commands in MATLAB>>notebook-setup, complete the installation notebook

Step Three: Enter commands>>notebook, start notebook, pop up the following problem interface (64bit system installation)

WORKAROUND: Replace this paragraph in the red box below

Solutions (copy overlay):

Add the Ptrsafe property to:

Private Declare Function WinHelp Lib "USER32. DLL "Alias" Winhelpa "(ByVal hWnd as Integer, ByVal lphelpfile _
As String, ByVal wCmd As Integer, ByVal dwdata as String) As Integer
Private Declare Function getactivewindow Lib "USER32. DLL "() as Integer


Switch
Private Declare ptrsafe Function WinHelp Lib "USER32. DLL "Alias" Winhelpa "(ByVal hWnd as Integer, ByVal lphelpfile _
As String, ByVal wCmd As Integer, ByVal dwdata as String) As Integer
Private Declare ptrsafe Function getactivewindow Lib "USER32. DLL "() as Integer

Execute command >>notebook in MATLAB and start notebook.

Cannot install MATLAB notebook solution on a 64-bit system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.