can someone help me create function with 2 inputs that creates a single output?
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I have been asked to create the following:
Create a function called Ex7b with 2 inputs (n and m) and a single output. Write the function so the output is the sum of the sets of n numbers between 1 and m. for example if n=4 and m=100:  
?????? = [1 + 2 + 3 + 4    5 + 6 + 8 + 9......97 + 98 + 99 + 100]. The function should round m to the nearest multiple of n.       
I have looked at all the info on creating functions, but have no idea on where to start with this one.
Thanks         
0 Commenti
Risposta accettata
  Stephan
      
      
 il 1 Mar 2019
        Hi,
start reading here and work through the examples given:
Best regards
Stephan
4 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Logical in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!