photo

Oliver


Last seen: bijna 3 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
223.194
of 300.338

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20.922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


Perform minimization w.r.t. scalar on product of Cell arrays
I need to minimize this expression with respect to : For clarification: is a 4x4 unitary matrix, the part in the middle repr...

bijna 3 jaar ago | 1 answer | 0

1

answer

Answered
Create Blockdiagonal using Cell Array with entries being Function handles
primitive but works: @(s)[((x1 + 1)^s + (x1-1)^s) / ((x1 + 1)^s - (x1-1)^s), 0, 0, 0; 0, ((x1 + 1)^s + (x1-1)^s) / ((x1 +...

bijna 3 jaar ago | 0

| accepted

Question


Create Blockdiagonal using Cell Array with entries being Function handles
I'm trying to build a Blockdiagonal Matrix A out of a cell array with its entries being function handles. Thus A consists of the...

bijna 3 jaar ago | 1 answer | 0

1

answer