hubertbauer

8 Reputation

2 Badges

13 years, 122 days

MaplePrimes Activity


These are replies submitted by hubertbauer

Right now I've managed it to calculate my algorithms within one procedure.

To get all the results I defined the needed variables as global.

Is there a possibility to plot something in a procedure?

I want to show some results while calculating the procedure but only the last value of all the calculations is shown. The other values I can show using the name of the global variable. But the plots are not shown.

Right now I've managed it to calculate my algorithms within one procedure.

To get all the results I defined the needed variables as global.

Is there a possibility to plot something in a procedure?

I want to show some results while calculating the procedure but only the last value of all the calculations is shown. The other values I can show using the name of the global variable. But the plots are not shown.

Procedures and modules don't really help.

I've got some execution groups which are executed one after the other (the maple sheet works like a script).

In beween there are some groups that show calculated values so that I can debug the whole computaion.

Of course, if I run the whole script with 4 different values, I'm not interested in debugging any more but if I have to alter anything I should test the functionality again.

If I join every group to just one the output at the end will not be readable.

I would need a possibility to jump to a certain point of the program.

Copying the whole program 4 times is not a sollution either, because if I have to alter something I would have to copy it again and again.

If a procedure is the only sollution I will have to think about how to arrange the outputs. So that the great block of information becomes more readable.

Procedures and modules don't really help.

I've got some execution groups which are executed one after the other (the maple sheet works like a script).

In beween there are some groups that show calculated values so that I can debug the whole computaion.

Of course, if I run the whole script with 4 different values, I'm not interested in debugging any more but if I have to alter anything I should test the functionality again.

If I join every group to just one the output at the end will not be readable.

I would need a possibility to jump to a certain point of the program.

Copying the whole program 4 times is not a sollution either, because if I have to alter something I would have to copy it again and again.

If a procedure is the only sollution I will have to think about how to arrange the outputs. So that the great block of information becomes more readable.

Thanks a lot.

The sollution is tricky but it works!

Thanks a lot.

The sollution is tricky but it works!

Page 1 of 1