photo

Elad


BGU

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
4 Solutions

RANK
204,013
of 300,611

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
64,289
of 169,811

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

13 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

13 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

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

13 years ago

Question


trapz Vs. quad - 1 integral 2 different results
Hi every one, I'm trying to find a numeric solve for an integral, and got some weird answer. so i tried with another func...

13 years ago | 1 answer | 0

1

answer

Question


weird Problem with dblquad
Hi, q = dblquad(@(theta1,phi1) Fnum3(ro,phi,z,theta1,phi1,k) ,0,1.99*pi ,0,0.1) im trying to use _dblquad_ to integrate...

13 years ago | 1 answer | 0

1

answer

Question


Calculating of vectorial field using numerical integration
Hi i need to calculate a distribution of electric-field E[], I've got the analytic formula which is E(X,Y,Z) = integra...

13 years ago | 0 answers | 0

0

answers

Question


Calculating of multivariate symbolic expression with numeric data
HI I need to calculate integral over a Multivariate function, the function is a product of some 3x3 "analytic" matrices...

13 years ago | 1 answer | 0

1

answer