photo

JAYANTHI SANKARALINGAM


Last seen: quasi 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Recursion revisited, variable y has in correct value
function v= reversal(v) if length (v)>1 ii =round(length(v) /2 ); v=[reversal(v(ii+1:end)),reversal(v(1:ii))]; ...

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


how to return a function handle to a nested function that computed the value of a polynomialin matlab
how to return a function handle to a nested function that computed the value of a polynomialin matlab

quasi 4 anni fa | 0 risposte | 0

0

risposte

4

risposte

Risposto
recursive function to calculate Max number.
Write a function called recursive_max that finds the maximum element in a vector without using loop or any built in functions.th...

quasi 4 anni fa | 0

Risposto
Finding max of an element vector using recursion
Write a function called recursive_max that finds the maximum element in a vector without using loop or any built in functions.th...

quasi 4 anni fa | 0