photo

Konstantinos


Last seen: 13일 전 2023년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

7 질문
3 답변

Cody

0 문제
1 답안

순위
12,852
of 300,369

평판
4

참여
7 질문
3 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
86,513
of 168,436

참여
0 문제
1 답안

점수
30

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver
  • Knowledgeable Level 1
  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Backtracking Line Search Fails to Converge in Barrier SVM Implementation
The error is in the calculation of the gradient function. The denominator should have been: denominator = 1 - (( w' * X_augm )...

10개월 전 | 0

| 수락됨

질문


Backtracking Line Search Fails to Converge in Barrier SVM Implementation
Hi MATLAB community, I am working on an implementation of the barrier method for an SVM optimization problem. My code uses a ba...

10개월 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10개월 전

답변 있음
Netwon algorithm with backtracking is failing
For completeness, here is a solution without the use of symbolic matrixes. clearvars; clc; close all; % Problem parameters ...

11개월 전 | 0

질문


Netwon algorithm with backtracking is failing
Hello everyone, I am implementing the Newton method with backtracking line search, but I am encountering a problem with the dim...

11개월 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to assign new variables?
The error you're encountering, "Arrays have incompatible sizes for this operation," suggests that the comparison operation == be...

1년 초과 전 | 0

| 수락됨

질문


Latex, sprintf and variable that changes
Hello everyone, In the following MATLAB code snippet: title(sprintf('\\textbf{Product of $\\phi$ with %0.2f delayed $\\phi(t-\...

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

1

답변

질문


unexpected discontinuity in graphic
Hello everyone, I am writing a program to compare two Chebyshev Type 1 filters of different orders. On the 16th order of the ...

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

2

답변

질문


strange behavior of plot and freqz
Hello, Does anyone knows why the freqz and the plot function display diffrent things?Shouldnt be the same? For example in th...

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

1

답변

질문


Change intensity of zplane figure
Hello everyone, I was trying to change the line-width of the zplane figure in order to make it more visible.I tried the set com...

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

1

답변

질문


The following error was reported evaluating the function in FunctionLine update: Unable to convert expression containing remaining symbolic function calls into double array
Hello, I am trying to plot a signal using the fourier function.I dont know how to solve it or if i do something wrong.This is m...

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

1

답변