![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/28939231_1674305029940_DEF.jpg)
Konstantinos
Followers: 0 Following: 0
Statistik
RANG
12.852
of 297.016
REPUTATION
4
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
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 )...
etwa 2 Monate vor | 0
| akzeptiert
Frage
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...
etwa 2 Monate vor | 1 Antwort | 0
1
AntwortGelöst
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:...
etwa 2 Monate vor
Netwon algorithm with backtracking is failing
For completeness, here is a solution without the use of symbolic matrixes. clearvars; clc; close all; % Problem parameters ...
2 Monate vor | 0
Frage
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...
2 Monate vor | 2 Antworten | 0
2
AntwortenHow to assign new variables?
The error you're encountering, "Arrays have incompatible sizes for this operation," suggests that the comparison operation == be...
10 Monate vor | 0
| akzeptiert
Frage
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-\...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0