統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

