photo

Siva


University at Buffalo

Last seen: circa un anno fa Attivo dal 2015

Followers: 1   Following: 0

Messaggio

Programming Languages:
C++, C, MATLAB, Fortran
Spoken Languages:
English

Statistica

All
MATLAB Answers

12 Domande
1 Risposta

Cody

0 Problemi
1 Soluzione

RANK
7.700
of 300.765

REPUTAZIONE
6

CONTRIBUTI
12 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
5

RANK
 of 21.084

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
111.293
of 170.941

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • Solver
  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre un anno fa | 1 risposta | 1

1

risposta

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Risolto


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:...

oltre 3 anni fa

Domanda


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...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Risposto
Overriding 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...

oltre 6 anni fa | 1

| accettato

Domanda


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...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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 ...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


"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...

oltre 10 anni fa | 1 risposta | 3

1

risposta

Domanda


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 ...

oltre 10 anni fa | 1 risposta | 0

1

risposta