photo

jcjaimes


INNOVATOR S.A.S.

Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Message

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

Statistics

All
MATLAB Answers

1 Question
1 Answer

Cody

0 Problems
1 Solution

RANK
881
of 300,338

REPUTATION
88

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
41

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
114,651
of 168,149

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
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(...

9 years ago | 41

Solved


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

9 years ago

Question


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...

10 years ago | 1 answer | 0

1

answer