Community Profile

photo

Claudio Iturra


University of Concepcion

Last seen: 2 years 前 自 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0