Community Profile

photo

James Anderson


Last seen: 13 days ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Solver
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Solved


5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...

6 years ago

Solved


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...

6 years ago

Solved


Basic electricity in a dry situation
&#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#...

6 years ago

Solved


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

6 years ago

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

6 years ago

Answered
BLOB and CLOB using SQL query
Hi, I've used the BLOB quite a bit for storing large arrays - I found that because writing to database rows is a time consumi...

6 years ago | 1

Answered
ODBC driver slower than JDBC driver - How to pull 1 million rows from Oracle
I spent a lot of time on this - but with SQL server, however I think the same logic applied. Firstly, I found that it is better ...

6 years ago | 0

Answered
How can I minimise the memory usage of the cat function
Hi Iain, thanks for your suggestion. However I have shown a simplified example for a very complicated piece of code. It does not...

11 years ago | 0

Question


How can I minimise the memory usage of the cat function
I have two very large data sets that I would like to concatenate using the CAT function. For example A = rand(10000,100...

11 years ago | 2 answers | 0

2

answers