photo

Alyssa Cleveland


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
63,021
of 300,781

평판
0

참여
12 질문
0 답변

답변 채택
16.67%

획득한 표
0

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to find a matrix if i know the 2 norm condition number is 1.
I understand how to go from a matrix and solve for the 2 norm condition number, but how would I reverse this and find a matrix i...

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


How would you write a function for a convolution integral?
for example: Let f(t) and g(t) be known functions and a and b known variables (assume these all exist in MATLAB workspace). W...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


What would the code be using ode45?
How would I write code using ode45 for time interval [5,25] for uprime = sin(uv) with u(5)=2; vprime=5u-3v with v(5)=5. Will ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how would I calculate the following vector?
a.) ~x = (sin 4, 0,sin 7, 0, . . . ,sin 199, 0, . . .).(NOTE! length(x)=2n)

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


How Would I create a matrix which contains the first and last m columns of another matrix?
Assume that n>2m

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


how would you calculate the average of odd indexed elements of a vector?
The code I have to get this answer is mean(V(1:2:end)) but I would I find it using at least one loop?

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


How do I plot two functions at the same time
Hi I am having a hard time plotting two functions at the same time and showing all the points. This is the question I am try...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


How would you write a script file using the product symbol?
Suppose we are given the increasing set of points ξ1, ξ2, ..., ξn+1. For any j ∈ N[1,n + 1] the unique polynomial of degree n, s...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


What would a good script m-file that calculates A polynomial of degree n?
I want to be able to write this file where I can input a x value and a c value for the polynomial. Ex. p(x)= c1 = c2*x + c3*x^2+...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


How would you define a sine function with the only argument x and parameters a(beginning of interval) b( end of interval) and m ( the number of complete Periods) Where the parameters are in the function definition?
For example I have a parameters a=2 b=6 and m=3. I am not sure how to set up the function with the parameters are in the functio...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


How do you solve a periodic function with more then 1 period?
How do you solve a periodic function with more than 1 period? I have a function with one period that has the code f=@(x)2*m...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Periodic functions with more then 1 period.
Let f1(x) = 2x−1 for x ∈ [−1,+1) where this function is also extended periodically to the entire line (where each period is 2 un...

거의 10년 전 | 답변 수: 0 | 0

0

답변