To find the summation of numbers greater than 5 only from 1 to 10 using a for loop in MATLAB, you can follow these steps:
Here's the MATLAB code to accomplish this:
main.m121 chars9 lines
Running this code will display the summation of numbers greater than 5 from 1 to 10, which in this case is 30.
gistlibby LogSnag