Community Profile

photo

hothifa hasanat


Last seen: 2개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 3 | 0

3

답변