Statistik
RANG
7.692
of 295.569
REPUTATION
6
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
5
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Conditional array accumulation inside parfor
I have a situation were I am testing a condition inside a parfor loop, and if true append the results of a computation to an arr...
6 Monate vor | 1 Antwort | 1
1
AntwortFrage
MATLAB Coder - generate code but build separately?
Hello, I am using Coder with MATLAB 2022a. I am able to generate code, but when I try to build into a .lib, I encounter errors h...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
L-N-L (Wiener-Hammerstein) system with feedback - recommendation for system ID approach
I have a system model of the attached form that I would like to identify parameters for. It is a Linear-static nonlinear-linear...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Behavior of isPassive and hinfnorm.
For the transfer function HzPw attached, I am not getting the behavior I expect from the function isPassive and hinfnorm. Any su...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenGelöst
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:...
mehr als 2 Jahre vor
Frage
Computing output passivity index of a simple system using getPassiveIndex
I am trying to compute the output passivity index of the system, by calling H = tf([1 0],[1 0.2 1]); [rho,freq] = getPassiv...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
interpretation of ode solver stats
Hi, I am using different solvers to solve a stiff ODE with a (non-constant) mass-matrix. The size of the system is about 70. I...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenOverriding compiler switch in MEX
This is what I ended up doing. Following https://www.mathworks.com/help/matlab/matlab_external/using-mex-script-options-to-cust...
mehr als 5 Jahre vor | 1
| akzeptiert
Frage
Overriding compiler switch in MEX
Hello, I am using MATLAB 2019a and trying to create a MEX file from Fortran code. My Fortran compiler is 'Intel Parallel Stud...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
MATLAB ode solvers for large-scale problems
I am planning to use ode23t to solve ODE systems that have a few hundred states. I have use it already to solve similar, but sma...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
2 parfor loops and gathering/distributing cell array
I have a question about timing in the following minimal code. It appears that between the first and second parfor loops, time is...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Memory usage in codistrubuted array
I am wondering if in the following code, the total memory usage is twice that needed for the matrix A, since the local part of ...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
"Index exceeds matrix dimensions" error when using parfor
I am using Matlab R2013a 64-bit. I am getting an "Index exceeds matrix dimensions" error when using parfor. The following is a m...
mehr als 9 Jahre vor | 1 Antwort | 3
1
AntwortFrage
using BLAS function in a computational routine in mex
I am using Matlab R2013a 64bit. I am writing a mex function in fortran. I am using the Intel Visual Fortran 14.0 compiler. I am ...
mehr als 9 Jahre vor | 1 Antwort | 0