Community Profile

photo

hothifa hasanat


Last seen: etwa ein Monat vor Aktiv seit 2021

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


In this code I have a result but I want it as integer numbers.
n = 12; m = 6; numbers = linspace(1, n, m) index = 1; theSums = []; for k = 1 : length(numbers) for k2 = 1 : length(n...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I wrote this code and it didn't work and its gave me " Unrecognized function or variable 'seq' " error , What I can do to sole this error??
function [N,V,seq] = addition1_opt( n,m,P ) %UNTITLED Summary of this function goes here % Detailed explanation goes here %...

mehr als 2 Jahre vor | 3 Antworten | 0

3

Antworten