답변 있음
インスタンスメソッドの第2出力をcellfunで取得する方法
次のコードを書くと解決します。 function out = out2(fun, varargin) % gets the second output argument of anonymous function fun [~,out] = f...

4년 초과 전 | 1

| 수락됨

질문


インスタンスメソッドの第2出力をcellfunで取得する方法
あるクラス SomeClass のインスタンスメソッドが2つ変数を返すときに、cellに SomeClass のインスタンスを初期化して保存しておいて、cellfunでまとめて実行する方法はありますか? 以下のようなコードを書いています。 X; %...

4년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
複数のCSVファイルをfor文を用いてreadmatrixで読み込む
dirを使うとarrayが返されます。 arrayは括弧で番号付けされるので、 list( 1 ) などと書くと要素が取り出せます。list(1)などは構造体を持っているので、 .name あるいは .folder を駆使してファイルまでのパスを...

4년 초과 전 | 4

| 수락됨

제출됨


Matlab Machine Learning
sklearn counterpart in matlab language to facilitate coding of machine learning.

4년 초과 전 | 다운로드 수: 2 |

질문


`libraryCompiler` view does not show the option of '.NET Assembly'
I hope somebody helps me quickly... As the below figure shows, my Matlab compiler does not recognize .NET Assembly, though my...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


What is the fastest way to compute the first eigenvector?
I'd like to know a way to compute the first eigenvector (the eigenvector with the largest eigenvalue) of a matrix A. Now I am us...

5년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Write protection on license deactivation
I know that the question raised in the past, but let me share my measure; if you are on Windows, you can launch matlab as admini...

6년 초과 전 | 0

질문


MATLAB:InputParser:ArgumentFailedValidation
I've attempted to develop an .exe software from .m file. I want the software to have `logical` input; however, .exe file that...

6년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 8년 전

문제를 풀었습니다


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

거의 8년 전

문제를 풀었습니다


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

거의 8년 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

거의 8년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 8년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 8년 전