Community Profile

photo

hothifa hasanat


Last seen: 2 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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 %...

2 years ago | 3 answers | 0

3

answers