Statistiques
27 Questions
0 Réponses
RANG
7 879
of 295 495
RÉPUTATION
6
CONTRIBUTIONS
27 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
55.56%
VOTES REÇUS
6
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
NxA array and Nx1 array into Nx(A+1) table
I have a variable x that is NxA and a variable y that is Nx1. I just want to have a table that is Nx(A+1) that is essentially x...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
cvpartition with different selection of input features per fold
I am currently utilizing cvpartition to perform k-fold cross validation. A simplified code I am using looks like below: % crea...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
actxserver move data in entire row few rows down
I am trying to use actxserver to format header row in an excel spreadsheet. Before I manipulate header row, I would like to shi...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to unit test several different functions that take the same input arguments efficiently?
This is my first time writing unit tests, so advice from experienced users will be greatly appreciated. I have several comput...
environ 4 ans il y a | 3 réponses | 2
3
réponsesQuestion
Unit test can't see the function it needs to test
This is my first time creating unittest, and I am having trouble directing unitTestClass to see the function it tests, which liv...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Passing formatted string output of sprintf to fprintf
I have a writeToLog function which takes formatted string and uses fprintf to print the formated string to both a log file and t...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Genetic Algorithm (GA) for binary (bitstring) population type - how will crossover and mutation work on binary vectors?
I am trying to run genetic algorithm with binary array as population type by setting 'PopulationType' to 'bitstring' in optimopt...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
fprintf to print to both file and command window
I'd like to run a single fprintf operation to print to both command window and file. I know that the below command only print t...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Hyperparameter optimization using bayesopt - what does 'Transform' value of 'log' do in optimizableVariable?
MATLAB documentation on https://www.mathworks.com/help/stats/optimizablevariable.html gives the following example for setting a...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Hyperparamter optimization - how to manually specify SVM kernel functions to try using optimizableVariable
I am following the example here to perform hyperparameter optimization by specifying possible candidate values of parameters: h...
plus de 4 ans il y a | 3 réponses | 0
3
réponsesQuestion
Print parameters of classification model
I have trained classification models for which I am writing a result-display function to print information about the trained mod...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
finding all possible polynomial combinations of n variables
I am trying to create additional polynomial features (with polynomial degree up to p where p can be anywhere between 1 to 10) to...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
inner join two tables treating NaN entries as identical
I would like to innerjoin multiple tables where key columns contain many NaN values, and merging the tables remove these entries...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
appdesigner's ui axes update is extremely slow and laggy
I would like to show real-time streaming of 4 signals coming in at 60Hz via ui axes through using appdesigner. I have used both...
plus de 6 ans il y a | 1 réponse | 2
1
réponseQuestion
Multiple figures of varying sizes into a single figure
I have 3 figures (of varying sizes) generated from 3 functions I wrote, and each generated figure is of very different size, cus...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to align properly using sprintf?
I am trying to display information in subplot using sprintf to create messages. Sample code that I am using is below - even tho...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Strcat multiple cell arrays not outputing expected output
Hello, below is the sample code that I am using to generate cell array of labels labels = strcat(repmat({'sample'}, 100,1),...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
ismembertol - inconsistent results compared to documentation
Hello, Let me first start by quoting MATLAB documentation on the function _ismembertol_ found here: http://www.mathworks.com...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How to fix slow GUI plotting using axes(handles...)
I have a gui with multiple plots updating through while loop once user presses 'Start' button. The issue I have is that gui is ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
MATLAB GUI Updating plot
I have a MATLAB gui that demonstrates the plotting of real-time incoming data signal and a horizontal threshold line: a...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Using nested for loops inside parfor
Hi, I have upper triangle portion of _n_ by _n_ matrix to fill with _s_ sample values (consider undirected and fully connecte...
presque 10 ans il y a | 2 réponses | 1
2
réponsesQuestion
Code that creates a scale-free (preferential attachment) graph edge list - Is there a better or more efficient way to code this?
Hello, I am trying to create a scale-free graph (network) edge list. By edge list, I mean M-by-2 matrix with first column repr...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
Efficient way to identify duplicate edges.
Hello, I am having trouble coming up with efficient method to identify duplicate edges given the edge list. Assume we have...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to replace certain values in an array without using for-loop?
I have a very long array of length couple million. Say, A=[1;2;3;4;5;2;3;4;1;....] I have another array of different length (or...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to average multiple vectors of different lengths?
I am taking multiple measurements (50~100) and want to take the mean of the measurements. Here is how I am going about doing ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
Issue with generating small-world network - how to treat a single node that is left with no nodes to connect to?
I am trying to generate a variation of small-world network. I would like to specify number of nodes, number of local connecti...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to exclude specific values from a vector?
I have two arrays of unmatching sizes. For example: A=[1;2;3;4;5;7;14;76;89] B=[2;3;14] What I would like as an outpu...
plus de 11 ans il y a | 1 réponse | 1