Matt K.
Followers: 0 Following: 0
Python, MATLAB
Spoken Languages:
English
Statistik
RANG
35.269
of 295.673
REPUTATION
1
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
1
RANG
of 20.262
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
Frage
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...
6 Monate vor | 1 Antwort | 1
1
AntwortFrage
niftiwrite is 'slow'
Hi, I am repeatedly writing out a 200 MB image (512x512x375 uint16) using niftiwrite and I find that niftiwrite becomes slower ...
8 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenGelöst
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...
mehr als 2 Jahre vor
Frage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
etwa 3 Jahre vor
Gelöst
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...
etwa 3 Jahre vor
Gelöst
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...
etwa 3 Jahre vor
Gelöst
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...
etwa 3 Jahre vor
Frage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
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 ...
mehr als 7 Jahre vor
Gelöst
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)....
mehr als 7 Jahre vor
Gelöst
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...
mehr als 7 Jahre vor
Gelöst
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...
mehr als 7 Jahre vor
Gelöst
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...
mehr als 7 Jahre vor
Gelö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:...
mehr als 7 Jahre vor