Estadística
CLASIFICACIÓN
1.749
of 300.364
REPUTACIÓN
39
CONTRIBUCIONES
5 Preguntas
12 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
12
CLASIFICACIÓN
9.174 of 20.934
REPUTACIÓN
81
EVALUACIÓN MEDIA
4.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
3
ALL TIME DESCARGAS
764
CLASIFICACIÓN
17.369
of 168.407
CONTRIBUCIONES
0 Problemas
25 Soluciones
PUNTUACIÓN
310
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
操作変数ありのシミュレータの設計
ode45などで操作変数有りのプラントモデルの実装例がみたいです。 simulinkモデル無しにMATLABコードだけでシミュレータとプロセス制御のコードを書きたいのですが、可能ですか?
más de 5 años hace | 0 respuestas | 0
0
respuestas複数の方程式からなる関数を用いたフィッティング方法
fcn2optimexpr この関数のドキュメント読むと,以下の利用例がありました. myfcn = fcn2optimexpr(@RtoODE,r,tspan,y0); これを踏まえると, [T, sol] = fcn2optimexpr(@fu...
más de 5 años hace | 0
絶対パスから相対パスへ変更
作業フォルダを起点に相対パスを書くならば [pwd '/relative/path/data.mat'] と pwd コマンドを使うと良いと思います。 mfilenameという関数も場合によっては利用可能です。
más de 5 años hace | 0
| aceptada
mファイルでの微分
関数の数値微分は、 と表わせますので、関数 fおよび入力の値xを引数に持つインライン関数などを定義すれば良いと思います。dxは十分小さい値を与えましょう。n階微分を定義するきれいな方法もあるはずですが割愛します。 以下に、2次関数を数値微分するサン...
más de 5 años hace | 1
| aceptada
Help with column-wise matrix manipulation without for loop
Honestly, I didn't get what you want do precisely, but the following code may help you. IMO, for loop in MATLAB doesn't prolong ...
más de 5 años hace | 1
'Too many ouput arguments' error when trying to obtain an MWArray from .dll function in C#.
First, I recommend you to check the datatype of the output of the `magicmod.mymagic`. Or, you should just show us how the origin...
más de 5 años hace | 1
ソース管理の設定
「このrepoは仮に作成したものにすぎないので、この設定を削除、もしくは元に戻したい」 ここがよく分からないのですが、リポジトリを削除するということであれば、以下のコマンドでbashから削除できると思います。 $ ls -lt .git $ rm -...
más de 5 años hace | 1
| aceptada
How I ignore the unnecessary areas between two graphs in my Plot?
How about you ignore the indexes of both x `Time` and y `Ventricel` and `Atrium`? Define `THRESHOLD` as you wish and you reco...
más de 5 años hace | 1
HOW to open and plot .mat file
IF you follow your way of coding with `load`, the below code will work. x = load('S01E.mat'); figure;plot(x.data); or, `x.dat...
más de 5 años hace | 1
`libraryCompiler` view does not show the option of '.NET Assembly'
This issue comes from the license lackness. Thanks.
más de 5 años hace | 0
| aceptada
インスタンスメソッドの第2出力をcellfunで取得する方法
次のコードを書くと解決します。 function out = out2(fun, varargin) % gets the second output argument of anonymous function fun [~,out] = f...
más de 5 años hace | 1
| aceptada
Pregunta
インスタンスメソッドの第2出力をcellfunで取得する方法
あるクラス SomeClass のインスタンスメソッドが2つ変数を返すときに、cellに SomeClass のインスタンスを初期化して保存しておいて、cellfunでまとめて実行する方法はありますか? 以下のようなコードを書いています。 X; %...
más de 5 años hace | 1 respuesta | 1
1
respuesta複数のCSVファイルをfor文を用いてreadmatrixで読み込む
dirを使うとarrayが返されます。 arrayは括弧で番号付けされるので、 list( 1 ) などと書くと要素が取り出せます。list(1)などは構造体を持っているので、 .name あるいは .folder を駆使してファイルまでのパスを...
más de 5 años hace | 4
| aceptada
Pregunta
`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...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaWrite 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...
alrededor de 7 años hace | 0
Pregunta
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...
más de 7 años hace | 1 respuesta | 0











