Community Profile

photo

Diego R


Last seen: 9 mois il y a Actif depuis 2019

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

Question


Sort of peak analysis
I'd like to analyze this graph (is a vector) to have an answer like this: for 1 to number of peaks: PEAK_1=[start of peak_...

plus de 4 ans il y a | 3 réponses | 0

3

réponses

A répondu
Fill an array with different size vectors
Thank you both! I'd never had found this "numel" by myslef.

plus de 4 ans il y a | 0

Question


Fill an array with different size vectors
I have different sized vectors and an array to fill A=[1,2,3,4]; B=[5,6]; C=[7,8,9]; ARRAY=zeros(5); And I want to reach ...

plus de 4 ans il y a | 4 réponses | 0

4

réponses

A répondu
How can I assign several values from cell-array tovariables?
Thanks a lot. It works. But it is a shame there isn't a direct way.

plus de 4 ans il y a | 0

Question


How can I assign several values from cell-array tovariables?
I have the cell array from the example: myNum = [1, 2, 3]; myCell = {'one', 'two'}; myStruct.Field1 = ones(3); myStruct.Field...

plus de 4 ans il y a | 3 réponses | 0

3

réponses

A répondu
fsolve: How can I adress my variables to x(1)?
I'll back to my example. How do you implement this (without writing it manually): At a certain point, my program gives me thi...

plus de 4 ans il y a | 0

Question


fsolve: How can I adress my variables to x(1)?
Hello, everybody, In my program I need to use fsolve, but don't know how to adress my variables to the x(1), x(2), etc. that ...

plus de 4 ans il y a | 2 réponses | 0

2

réponses