photo

Jenni


Last seen: 1년 초과 전 2024년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
287,387
of 300,364

평판
0

참여
9 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to fix my linear fit model?
Hi all! I am trying to find a proper way to fit two linear models to my data points. I have attached the code below. Hence, I a...

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

7

답변

질문


How to write a Monte Carlo Simulation?
Hi, I am having troubles in combining plotting and Monte Carlo Simulation. My assignment is following: "Lisa runs a resale bus...

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

1

답변

질문


How can I use custom equation in cftool?
Hey! I am trying to plot the magnitude of the magnetic field along the axis of symmetry of the magnet as a function of the dist...

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

1

답변

질문


How to plot function with different first x values?
Hey! I am trying to plot voltage, current and the power. My task is to subplot three plots where are these situations: Current...

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

1

답변

질문


How to fix a syntax in the oscillator's plot code?
Hi! My assignment would be to observe harmonic oscillator. I have created a function for the driven oscillator's equation of mo...

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

1

답변

질문


How to plot a linear function?
Hey! Here is my function and I am trying to plot a linear function in form: y = b_0 + b_1x. How could I plot this function ...

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

1

답변

질문


How to fix broken function code?
Hey! Here is my function and I am trying to estimate the values of b_1 and b_0, but when I am running my code, I get following m...

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

1

답변

질문


Syntax problem in creating a function which takes a vector as an argument
r_1 = 0.84 - 0.29i; r_2 = 0.84 + 0.29i; c = 4.55; t = [2:1:50]; y(t) = k_1*r_1^t + k_2*r_2^t + c; function out = t out...

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

1

답변

질문


Why do I get "Array indices must be positive integers or logical values" when I am trying to plot my functions?
figure(1) alpha=0.89; beta=0.89; gamma=0.5; c(0)=1; i(0)=1; y(0)=2; for t=1:50 y(t) = c(t) + i(t); c(t) = alpha...

거의 2년 전 | 답변 수: 3 | 0

3

답변