Jed - MATLAB Central
photo

Jed


Last seen: 7 months ago Active since 2015

Followers: 0   Following: 0

Statistics

All
CodyMATLAB AnswersFrom 06/15 to 04/25Use left and right arrows to move selectionFrom 06/15Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Questions
1 Answer

Cody

0 Problems
12 Solutions

RANK
21,291
of 298,292

REPUTATION
2

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
2

RANK
 of 20,560

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
31,943
of 160,775

CONTRIBUTIONS
0 Problems
12 Solutions

SCORE
140

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Solver
  • First Review

View badges

Feeds

View by

Question


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

2 years ago | 2 answers | 0

2

answers

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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.

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

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

5 years ago | 0

Question


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

9 years ago | 1 answer | 1

1

answer

Question


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

10 years ago | 0 answers | 1

0

answers