Claudio Iturra
University of Concepcion
Followers: 0 Following: 0
Ph.D Student in Oceanography University of Concepcion Concepcion, Chile.
Feeds
已回答
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...
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...
5 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...
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...
5 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...
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...
5 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...
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...
5 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...
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...
5 years 前 | 0