Feeds
질문
How I can use rand('seed', ??) for neural network model?
Hi, I'm using 'newfftd' which is neural network time delayed model, and I have no idea how I can use rand('seed', ??) for the...
14년 초과 전 | 답변 수: 3 | 1
3
답변답변 있음
Close Command after running MATLAB function in EXCEL VBA
Hi, I got an solution for this issue. Please have a look at following if anyone have a similar problem like me. This alert mes...
Close Command after running MATLAB function in EXCEL VBA
Hi, I got an solution for this issue. Please have a look at following if anyone have a similar problem like me. This alert mes...
14년 초과 전 | 1
답변 있음
Close Command after running MATLAB function in EXCEL VBA
Hi, I tried it with below Macro already but I still couldn't exit Matlab application without closing "Microsoft Excel Office Ex...
Close Command after running MATLAB function in EXCEL VBA
Hi, I tried it with below Macro already but I still couldn't exit Matlab application without closing "Microsoft Excel Office Ex...
14년 초과 전 | 0
질문
Close Command after running MATLAB function in EXCEL VBA
Hi, I'm finding a close command after running a M file in EXCEL VBA. Because I got a alert message like "Microsoft Offic...
14년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
How to change the path when using VBA macro to run .m file
I solved this issue with following macros. The problem was just CD command :) Sub Macro() Dim MatLab As Object Dim R...
How to change the path when using VBA macro to run .m file
I solved this issue with following macros. The problem was just CD command :) Sub Macro() Dim MatLab As Object Dim R...
14년 초과 전 | 0
질문
How to change the path when using VBA macro to run .m file
Hi, I'm trying to write VBA macros to run m file on a desired folder while calling Matlab. The folder path located the m f...
14년 초과 전 | 답변 수: 2 | 0