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...
4 years 前 | 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 %...
4 years 前 | 3 个回答 | 0
3
个回答提问
THis my code that I wrote and this code give me all possible solution but I need just the first 10 possible solution, what I can do to make it??
The code is up in the file👆👆👆
4 years 前 | 1 个回答 | 0

