Community Profile

photo

jcjaimes


INNOVATOR S.A.S.

Last seen: 1年以上 前 2015 年からアクティブ

Followers: 0   Following: 0

連絡

Hydrology and Climate Change leader Environmental Modeler Fulbright and COLCIENCIAS Scholar PhD Water Resources Engineering University of Nebraska, USA

統計

All
  • Thankful Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

バッジを表示

Feeds

表示方法

回答済み
How can I insert a title over a group of subplots?
Suptitle does the job x=1:0.01:10; subplot(2,2,1); plot(sin(x)) subplot(2,2,2); plot(cos(x)) subplot(2,2,3); plot(...

7年以上 前 | 41

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7年以上 前

質問


How to download a file from NOAA server?
I tried to download a text file from NOAA server using this code: clear mw = ftp('ftp.ncdc.noaa.gov'); dir(mw) mget(mw...

8年以上 前 | 1 件の回答 | 0

1

回答