photo

Siva


University at Buffalo

Last seen: 대략 1년 전 2015년부터 활동

Followers: 1   Following: 0

메시지

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

통계

All
MATLAB Answers

12 질문
1 답변

Cody

0 문제
1 답안

순위
7,708
of 300,759

평판
6

참여
12 질문
1 답변

답변 채택
66.67%

획득한 표
5

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
111,264
of 170,900

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Solver
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

3년 초과 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


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

3년 초과 전

질문


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

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

1

답변

질문


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

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

0

답변

답변 있음
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...

6년 초과 전 | 1

| 수락됨

질문


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

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

1

답변

질문


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

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 1 | 3

1

답변

질문


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

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

1

답변