Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.5K Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

MSet doesn't work in the package Matlink

Posted 2 years ago

Hi

I have installed Matlink and it worked correctly. The commands "MEvaluate" and "MGet" work without any problem but the command "MSet" doesn't work and no variables are displayed in Matlab. How should I do to correct this problem?

For example, I worked on the following script:

Needs["MATLink`"]

OpenMATLAB[]

MEvaluate["mat = magic(5)"]

mat = MGet["mat"]

MSet["mat_tr", Transpose[mat]]

no results was returned for Mset in Mathematica and Matlab

Thank you

POSTED BY: Pooya Azizi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard