Community Profile

photo

Claudio Iturra


University of Concepcion

Last seen: 約2年 前 2020 年からアクティブ

Followers: 0   Following: 0

連絡

Ph.D Student in Oceanography University of Concepcion Concepcion, Chile.

統計

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Explorer

バッジを表示

Feeds

表示方法

2

回答

回答済み
help with analysis currents measurement plot.
Hello Freddy, I can help you with this..... 1) Use the function textscan to read your text file. 2) Separate each variable. 3...

4年以上 前 | 1

回答済み
Send trigger signal from pc to smarthphone (or vice versa) via Bluetooth
Hello, check this answer.. https://www.mathworks.com/matlabcentral/answers/34398-bluetooth-communication-over-matlab#answer_434...

4年以上 前 | 0

回答済み
How to apply directional gaussian filters?
Here you can find a solution... https://www.mathworks.com/matlabcentral/answers/327870-how-to-apply-directional-gaussian-filter...

4年以上 前 | 0

回答済み
How to get coordinates for a specific contour line?
x = -2:0.2:2; y = -2:0.2:3; [X,Y] = meshgrid(x,y); hold on % to your meshgrid a specific value for your contour. [x1,y1] = c...

4年以上 前 | 1

| 採用済み

回答済み
How to separate month and year?
Hello, you can run the follow example, using num2str to create a string, choose specific element of your vector and then go back...

4年以上 前 | 0