photo

sittmo


Last seen: 5개월 전 2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

11 질문
0 답변

순위
31,511
of 300,779

평판
1

참여
11 질문
0 답변

답변 채택
54.55%

획득한 표
1

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,997

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Reduce distance between vertical axis categorical variables plot
Say I have the following code: % convert y axis to categorical y_cat = categorical({'Cat (A)'; 'Cat (B)'; 'Dog (A)'; 'Dog ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to loop a script?
Let's say I have a script named "Setup.m" which simply loads in 10 datasets (that are named data_1.csv, data_2.csv, etc) through...

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

1

답변

질문


Solving a non-linear equation
I am relatively new to MATLAB and just had a quick question. I have the following: D = (C./r).*(1-(C./V).^(X).*k); v = V + ((t...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to skip an error inside a loop so the loop continues?
The following is my full code: (The part of the code that is causing me trouble is towards the end) clc; ...

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

2

답변

질문


How to stop MATLAB from rounding extremely small values to 0?
I have a code in MATLAB which works with very small numbers, for example, I have values that are on the order of 10^{-25}, howev...

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

2

답변

질문


Optimization problem - reducing the time needed to solve
Attached is a code, CIMDO.m, which attempts to solve the following optimization problem for lambda_0, lambda_1, ..., lambda_n. ...

거의 12년 전 | 답변 수: 1 | 1

1

답변

질문


Running script for different datafiles consecutively
My script is: clc; clear; % Import data % PD: probability of default % CM: covariance matrix % DT: defau...

12년 초과 전 | 답변 수: 4 | 0

4

답변

질문


How to run the same script but for different datafiles consecutively
So I have the following script: clc; clear; LM = xlsread('LagrangeMultiplier.xlsx','LM'); CM = xlsread('Lagr...

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

3

답변

질문


How can I go back and resolve failed attempts?
Hi everyone, so I have the following code: clc; clear; % Import data % PD: probability of default % CM: cov...

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

1

답변

질문


solution to unconstrained maximisation problem
My question is attached in the pdf in the link below (I am not sure how to use LaTeX on this, so I typed it up as a pdf). Essent...

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

0

답변

질문


matlab cdsbootstrap function error
Hi everyone, I am very very new to matlab, actually I only just got the program to run one code. A good friend of mine wrote a c...

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

0

답변