photo

Kate


cbvzdfg

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
143.349
of 300.364

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
55.56%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to get rgb from this tiff image file?
I have a .tif file I'm trying to open as a RGB. It can be downloaded here: <https://files.fm/u/gssafxb9#_> It has 4 channels...

mehr als 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


how to link mex?
hi, my code is: function build_cropRectanglesMex( cudaRoot ) %build_cropRectanglesMex builds package cropRectanglesMe...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to remove a marker from 1 end of a line
hello, I draw lines using the 'line' function in Matlab 2014B. For example: x = 0:1 y=0:1 figure, ho...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to determine similar values in 2 equally-sized matrices (for non-zero elements which are in similar positions) ?
Hello, I have 2 matrices: A = [ 1 2 4; 5 0 6] and B = [0 2 5; 2 0 6] I want to output a bin...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can I do this fast addition and multiplication?
Hi all, I am transforming some data using an equation that involves a multiplication and addition. (Please see line 20 in th...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to manipulate dense 4D data ?
hi, I have a 4-D array. I plot it as using the code below(You need the function 'plotgrid' below as well). Based on the plot ...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to find the gradient(1st derivative) of 3D (XYZ) data
Hi all, I have X,Y and Z 3D surface data and I want to compute the gradient of the surface. The problem is that my data is no...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


using matlab least squares functions
Hello, I have my matlab code which solves a least squares problem and gives me the right answer. My code is below. I explicit...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I code this small piece of code in MEX ?
My code is as follows: clc;clear all %----generate data----% [X,Y] = meshgrid(-50:2:50, -50:2:50); Z = X .* ex...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten