AmosEgel
AmosEgel
It seems that this issue depends on #12
What are the errors that you get?
Shit, I have the same. It seems that the app designer cannot load the GUI since d3a0eb1. Strangely, the error message reads "Error loading 'CELES_model_wizard4.mlapp'." Do you also have that?...
Do you have Matlab 2016b available? It seems that there, the app designer would open the GUI.
Right now, we have the unfavourable situation that during the startup of the GUI, a simulation object is initialized (in the method `UpdateIncomingPower`). That didn't use to be a problem,...
Sounds good! `UpdateIncomingPower` is a method of the GUI class. It just calls `app2simulation` and then `initial_power_wavebundle_normal_incidence` to put that value into the respective editable field of the GUI. If...
The only thing that `initial_power_wavebundle_normal_incidence` does with the input variable is to look at its fields. So, as long as a struct would have the same fields, the function could...
Ah sorry now I get what you mean with derived property. Well, then we might need to find another solution (like removing the field as you suggested).
Hey Mirza, that's good to hear! With regard to the associated Legendre functions: there exist different normalizations. You could try different input to the `normalization` argument of Matlab's [legendre](https://de.mathworks.com/help/matlab/ref/legendre.html#mw_6618a1d0-ae29-444c-b95d-f5396c0ff0cb) function....
Hi Mirza, wow that is great news. I know that @lpattelli was also thinking about a Python version of CELES. Great that you have done that now. > I am...