photo

Siva


University at Buffalo

Last seen: 11 meses hace Con actividad desde 2015

Followers: 1   Following: 0

Mensaje

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

Estadística

All
MATLAB Answers

12 Preguntas
1 Respuesta

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
7.703
of 300.364

REPUTACIÓN
6

CONTRIBUCIONES
12 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
5

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
109.598
of 168.373

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • Solver
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

más de 1 año hace | 1 respuesta | 1

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Resuelto


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

más de 3 años hace

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

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

alrededor de 6 años hace | 1

| aceptada

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 3

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta