photo

K Dani


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
202 787
of 299 246

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20 666

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163 884

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Simpson's Rule
So I have to write a script to evaluate an integral using Simpson's Rule, including odd values of N. Right now I am not getting ...

nästan 7 år ago | 2 answers | 0

2

answers

Question


Writing matrix to .dat file
I need to write two sets of data to a .dat file. I have two row vectors, n and an. The index n needs to be written to the value ...

nästan 7 år ago | 1 answer | 0

1

answer

Question


Issue with ezplot and fplot?
Maybe I'm not understanding the logistics of ezplot and fplot, but I just need to plot the function f(x) = x-2*exp(-x). When I u...

nästan 7 år ago | 1 answer | 0

1

answer

Question


A and B must be floating-point scalars.
I am trying to compute this function(as seen in the attachment) within a for loop but I keep getting an error. Here is my code ...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


Indexing & Move Me function
function out = move_me(v,a) lng = length(v); for i = 1:lng; %evaluating each position of v in relation to a ...

nästan 8 år ago | 3 answers | 0

3

answers