photo

NotA_Programmer


Last seen: plus de 3 ans il y a Actif depuis 2022

Followers: 0   Following: 0

.

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiques

All
MATLAB Answers

7 Questions
0 Réponses

Cody

0 Problèmes
3 Solutions

RANG
147 993
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
71.43%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
79 354
of 168 212

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3
  • MATLAB Central Treasure Hunt Finisher
  • Solver

Afficher les badges

Feeds

Afficher par

Question


How to apply SVM on training and testing data
I have two matrix. 1 column of both matrix contains labels. How can I apply SVM Classifier for more than 2 classes

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Splitting a matrix according to there labels
I have a matrix of (1900 x 4 double), fourth column contains labels 3, 2 and 1. I want to split this data in 20:80 ratio of A an...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


Find zero crossings in each row of a matrix (321 x 123 double)
How can I find the no. of times the signal crosses zero. Signal is in form of a matrix (321 x 123 double), where each row repre...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


Finding global maxima and minima of a matrix row
I have a matrix of Data, have calculated its local maxima and minim. Now need help on how to find global maxima and minima of D...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to make two different size matrix of same size
I have two matrix of size: A = (123 x 321 double) A1= (123 x 320 double) how can I make A1 matrix dimension same as of A dime...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


Convert a cell array (each cell having different no. of elements) to matrix
I want to convert a cell array of (7886 x 1 cell) to matrix (7886 x :) whose no. of row elements are not consistent and are of a...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


need to find local maxima and minima of each row of a 7886 * 321 matrix stored in xlsx file.
filename = 'filtereddata.xlsx'; data = xlsread(filename); Diff1= diff(data,1,2); [rows, columns] = size(data); extrema = zer...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

A résolu


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

plus de 3 ans il y a

A résolu


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:...

plus de 3 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 3 ans il y a