-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GlobalSettings Code Errors #3
Comments
Hi, GeorgeRussev. Thanks for your comment. |
Thanks for the quick and comprehensive response. Great job and I'm looking forward to any updates! |
Hello! It's great to share your work!
I have a question about these lines of codе...the problem is that number values are turned to string.
-->
Delimiter = ';';
-->
HeaderLines = 0;
The other problem is with the "for" cycle (the code isn't run)
---> ```
for Id = 0:StopId-StartId
Conversions{VelocityId, StepId}(Id + 1) = (StartMass - Mass(VelocityId, StartId + Id)) / (StartMass - StopMass);
end
The text was updated successfully, but these errors were encountered: