photo

JK


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
175,994
of 300,392

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


fzero for sum of functions?
The actual equation is 0 = sum(ai/(ai-p)) where i is 1 to 4 and I have to look for p values. This is what I put in the code...

10 years ago | 1 answer | 0

1

answer

Question


Quick question about the loop
How do I collect values that were done through the loop? For example, M=10:40 for i=0:30; i=i+1; A=10+M...

11 years ago | 2 answers | 0

2

answers

Question


What does [ ]; do in MATLAB?
Hi, I am looking at some codes. It solves for c at the end, but it defines c=[]; in the beginning which is like empty matri...

11 years ago | 2 answers | 0

2

answers

Question


Bisection method + Differential equation question
I need to calculated 100 values using differential equation and bisection method, but it is giving me only 1 value. I have 1...

11 years ago | 1 answer | 0

1

answer

Question


How do I show relative frequency on histogram?
Okay, I am supposed to make 1000 random values between 1 to 10 and plot them on the histogram to show the relative frequency. ...

11 years ago | 2 answers | 0

2

answers