You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matlab version used (e.g. Matlab R2020b): Matlab R2020a
Operating system (e.g. Windows 10, Mac OS X 10.15.6, Linux Ubuntu 20.04): Windows 10 Pro
A 64-bit installation of Matlab was used.
Step 3: Describe the problem
Repected Sir,
I am trying to run the irf code-named "Example_MMS_combined_irf_plot_and_subplot" and it is not able to read the data properly. The data set has been properly placed in their respective folders.
The error coming is:
Unable to resolve the name 'desDist1.tlim'.
Error in c_eval (line 48)
for cl_id=sc_list_1, evalin('caller', irf_ssub(ev_str, cl_id)), end
Error in untitled4 (line 14)
c_eval('times = desDist?.tlim(tint).time;',ic)
Thanks in Advance!
Regards,
Neetasha Arya.
The text was updated successfully, but these errors were encountered:
This example is incomplete in the sense that the data loading will have to be inserted or done separately. For example, here the code complains that desDist1 is an unknown, which I believe is because it is not loaded in (even though the data files are there in your database). To load it, do for example
Step 2: Describe your environment
master
,devel
): develMatlab R2020b
): Matlab R2020aWindows 10
,Mac OS X 10.15.6
,Linux Ubuntu 20.04
): Windows 10 ProStep 3: Describe the problem
Repected Sir,
I am trying to run the irf code-named "Example_MMS_combined_irf_plot_and_subplot" and it is not able to read the data properly. The data set has been properly placed in their respective folders.
The error coming is:
Unable to resolve the name 'desDist1.tlim'.
Error in c_eval (line 48)
for cl_id=sc_list_1, evalin('caller', irf_ssub(ev_str, cl_id)), end
Error in untitled4 (line 14)
c_eval('times = desDist?.tlim(tint).time;',ic)
Thanks in Advance!
Regards,
Neetasha Arya.
The text was updated successfully, but these errors were encountered: