Matt K.
Followers: 0 Following: 0
Python, MATLAB
Spoken Languages:
English
Estadística
5 Preguntas
0 Respuestas
0 Problemas
13 Soluciones
CLASIFICACIÓN
35.270
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
29.511
of 153.912
CONTRIBUCIONES
0 Problemas
13 Soluciones
PUNTUACIÓN
146
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Deep learning using trainnet for resnet18 : old trainnetwork --> new trainnet
Hi, I copied a matlab example for semantic image segmentation using MATLAB 2022, and the example used 'trainNetwork' and 'deepl...
5 meses hace | 1 respuesta | 1
1
respuestaPregunta
niftiwrite is 'slow'
Hi, I am repeatedly writing out a 200 MB image (512x512x375 uint16) using niftiwrite and I find that niftiwrite becomes slower ...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
Change parameters of network from Deep Network Designer
Hi, I haven't been able to find the answer to this question in the boards, but perhaps I'm using the wrong terminology. I desi...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasResuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
más de 2 años hace
Pregunta
Image contrast when using labeloverlay
Hi, I have setup an image datastore and a pixel label datastore for some semantic image segmentation I'd like to do and I used ...
más de 2 años hace | 1 respuesta | 0
1
respuestaResuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
alrededor de 3 años hace
Resuelto
Reverse the elements of an array
Reverse the order of elements in an array: eg: input X = [ 1 2 3 ; 4 5 6 ; 7 8 9 ] o...
alrededor de 3 años hace
Resuelto
Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...
alrededor de 3 años hace
Resuelto
Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...
alrededor de 3 años hace
Pregunta
MATLAB on AWS Stack/Instance
Hi, I've been successful running MATLAB on AWS using info from the MATLAB provided github link, but I have several of questions...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 7 años hace
Resuelto
Rotate input square matrix 90 degrees CCW without rot90
Rotate input matrix (which will be square) 90 degrees counter-clockwise without using rot90,flipud,fliplr, or flipdim (or eval)....
más de 7 años hace
Resuelto
Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...
más de 7 años hace
Resuelto
Angle between two vectors
You have two vectors , determine the angle between these two vectors For example: u = [0 0 1]; v = [1 0 0]; The a...
más de 7 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 7 años hace
Resuelto
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:...
más de 7 años hace