Data2Dynamics / d2d

a modeling environment tailored to parameter estimation in dynamical systems
https://github.com/Data2Dynamics/d2d
57 stars 29 forks source link

Minor change: conversion to symbolic in MATLAB2020a #153

Closed mhyamani closed 4 years ago

mhyamani commented 4 years ago

It seems MATLAB2020a cannot convert some char strings to symbolic arrays. Apparently, the problem is because the expression which is going to be converted is a column vector. By replacing it with a row vector, MATLAB can handle the conversion. What I suggest is explicitly replacing semicolons with commas in MATLAB2020a and later versions.