Konstantinos - MATLAB Central
photo

Konstantinos


Last seen: 3 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB AnswersCodyZoom OutFrom 10/23 to 03/25Use left and right arrows to move selectionFrom 10/23Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
3 个回答

Cody

0 个问题
1 个答案

排名
12,852
of 297,648

声誉
4

贡献数
7 个提问
3 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,460

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
77,640
of 159,301

贡献数
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 )...

3 months 前 | 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...

3 months 前 | 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:...

3 months 前

已回答
Netwon algorithm with backtracking is failing
For completeness, here is a solution without the use of symbolic matrixes. clearvars; clc; close all; % Problem parameters ...

3 months 前 | 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...

4 months 前 | 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...

11 months 前 | 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-\...

11 months 前 | 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 ...

1 year 前 | 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...

1 year 前 | 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...

1 year 前 | 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...

1 year 前 | 1 个回答 | 0

1

个回答