Community Profile

photo

Jed


GE Global Research Ctr

Last seen: circa un anno fa Attivo dal 2015

Statistiche

All
  • Thankful Level 1
  • Solver
  • First Review

Visualizza badge

Content Feed

Visto da

Domanda


Can anyone duplicate my matlab crash?
I am running a somewhat older version of matlab: 8.3.0.532 (R2014a) When I run these commands, Matlab crashes: a=zeros(19,105...

circa un anno fa | 2 risposte | 0

2

risposte

Risolto


How many ways?
Create a program to determine in how many ways can a regular n-gon be divided into n-2 triangles?

circa 4 anni fa

Risolto


MinMax
* x=[2 4 3 1 6 4 6] * output , y=[1 6 2 4 3] here,y(1) is the minimum of x, y(2) is the maximum of x, y(3) is the 2nd mini...

circa 4 anni fa

Risolto


Ugly numbers - 03
For this case, a number is defined ugly if it has prime factors consisting of only elements of x. Find the nth ugly number. ...

circa 4 anni fa

Risolto


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

circa 4 anni fa

Risolto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

circa 4 anni fa

Risolto


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

circa 4 anni fa

Risolto


Find a subset that divides the vector into equal halves
Given a vector x, return the indices to elements that will sum to exactly half of the sum of all elements. Example: Inpu...

circa 4 anni fa

Risolto


How long is the longest prime diagonal?
Stanislaw Ulam once observed that if the counting numbers are <http://en.wikipedia.org/wiki/Ulam_spiral arranged in a spiral>, t...

circa 4 anni fa

Risolto


Count digits
Count total number of digits from 1 to n. * n=13 * output=17 since from [1-9] total 9 digits.[10-13] total 4*2=8 digits.

circa 4 anni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

circa 4 anni fa

Risolto


Find the biggest empty box
You are given a matrix that contains only ones and zeros. Think of the ones as columns in an otherwise empty floor plan. You wan...

circa 4 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 4 anni fa

Risposto
How can I prevent questdlg bonking?
There is a good answer to your question here: Link

oltre 4 anni fa | 0

Domanda


How do I link my mex file to mkl?
I am trying to create a mex file that uses MKL. I know that Matlab itself uses the MKL library for some of its computational ro...

oltre 8 anni fa | 1 risposta | 1

1

risposta

Domanda


Can anybody replicate the curious way I found to speed up my matlab code?
I have found that sometimes my matlab code runs faster when the machine I am running on is NOT idle. I suspect that this has so...

quasi 9 anni fa | 0 risposte | 1

0

risposte