Community Profile

photo

Ko Fa


Last seen: 2 years 前 自 2020 起处于活动状态

统计数据

  • Thankful Level 3
  • First Review

查看徽章

Content Feed

排序方式:

提问


Delete Cells from Cell Array, when size is less than 50% of biggest cell
Hey guys, I have an Cell Array, with cells only containing nx2 matrices. >> a = {[1,2;3,4;5,6;7,8],[9,10;11,12],[13,14;15,16;1...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Keeping track of the Index while using "cell2mat" function
hey guys, I have a Cell Array a and am using cell2mat function for further clustering analysis, lets say: a = {[1 2 3; 7 8 9], ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to eliminate numbers without imaginary part?
I am trying to keep just the complex numbers. a =[ 2.70810968 2.45396925 1.13928251 -4.04946201 0.8829...

3 years 前 | 1 个回答 | 0

1

个回答

提问


bsxfun - @minus - how to divide by maximum
Hello everyone, I have two arrays: a = [1; 2; 3] b = [1; 2; 3; 4] out = abs(bsxfun(@minus,a,b')./a) I am getting this: o...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Simulink: Excite System for couple seconds but longer simulation time
I am trying to excite a spring mass damper system with a sine wave block for 10 sec. But I want the overall Simulation time to b...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Output only numbers with complex conjugate
Lets say I have an Array a = [1+i*0.1, 1-i*0.1, 5-i*0.1, 10+i*0.2, 10-i*0.2] which only contains complex numbers. I would like...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Two cell arrays indexing
I have two cell Arays, lets say A = {[],[],[2,3],[1,2]} B = {[1,2,3],[4,5],[6,7,8],[9,10,11]} "A" contains the Index of the n...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Sorting an array and their corresponding
kinda stupid question but I couldnt figure it out, I have two arrays, say a = [5;10;1] b = [0.1;0.2;0.3] Now I am trying to...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Take mean value when elements inside array "clump up"
I have an Array,for example: r1 = rand(1000,1) sort(r1) and have this sorted in ascending order. What Im trying to ac...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to combine cells from cell array with a loop
I have a cell array with 200 cells called data. Each cell contains a matrix NxM. M is the same on every cell. I am trying to get...

3 years 前 | 1 个回答 | 0

1

个回答