Jim - MATLAB Central
photo

Jim


Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
CodyMATLAB AnswersFrom 01/12 to 04/25Use left and right arrows to move selectionFrom 01/12Use 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

4 Questions
1 Answer

Cody

0 Problems
53 Solutions

RANK
168,465
of 298,152

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,543

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
10,668
of 160,496

CONTRIBUTIONS
0 Problems
53 Solutions

SCORE
520

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer
  • Commenter
  • Solver

View badges

Feeds

View by

Question


Different result when adding variables
This is in MATLAB R2016a. The addition 1:3 + [0 0 5] gives 1 2 3 if we assign x = 1:3; and y = [...

9 years ago | 1 answer | 0

1

answer

Answered
conversion of matrix into vector
Just |x(:)|

12 years ago | 0

Question


Anonymous functions and integration
I want to integrate an anonymous function but be able to manipulate it first. For example f = @(x) [x -x sin(x)]; r = ...

12 years ago | 2 answers | 0

2

answers

Question


Intersection of squares with curve
Say that you have a collection of squares in 2D, defined by their corner points (A,B,C,D) and having a unique identifying number...

12 years ago | 1 answer | 0

1

answer

Question


How to calculate sum of specific array elements
Let's say you have two arrays of the same size: one with the data (x) and one carrying some indices that characterize the data (...

12 years ago | 1 answer | 0

1

answer