photo

Martin Njagi


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

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
106,513
of 300,365

평판
0

참여
6 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


How to compare ARMA model with simple average moving in matlab
% Load data data = readtable('sample data.xlsx'); Y = data.AdjClose; % Split data into training and testing sets train_Y =...

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

1

답변

질문


editing edmonds algorithm and putting conditions for its run
function[ED]=edmonds(V,E)% %input is a directed graph, %V- Set of vertices [v1, v2,v3....] %E- Set of edges is [ v1 v2 weigh...

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

0

답변

질문


How to solve for log returns
ChinaStock.mat consists of the weekly close price of four Chinese companies (i.e. Tencent, JD, Baidu, Alibaba) over a year (Apr...

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

1

답변

질문


Ybus formation calculation code
how to come up with a Ybus calculation code for a 14 bus power flow system in matlab

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

0

답변

질문


Solution to a travelling salesman problem in genetic algorithm
hello experts. I have aproblem in using optimtool to solve a travelling salesman problem while changing parameters and also cha...

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

0

답변

질문


how to solve for fsolve
how can i degug these code? %optimal gamma_j (SNR of user j) y = sym('y'); eqn = (1 + y).^L_i - (1 + gamma_i ./ (y + 1)).^L_j...

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

1

답변