Respondida
Please teach me by explaining to me what this question is asking me to do!
Hello, It will be hard to find a Tutor dedicated to teach you. On here the community just helps you with your programming probl...

alrededor de 4 años hace | 1

Pregunta


Find minimum of a 15x100 and return in a vector of 1x100. is this possible?
I have i=5 ; nu=150 ; for j =1:15 load(['output/GC/rank_', int2str(i), '/nu_',int2str(nu),'/NeNMF_GC_', int2str(j), '....

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Write several 1x101 vectors to table for Latex
I have 2 variable each of which are 1x101 size A = AS_V ; % AS_V is 1x101 B = NeNMF_V; % NeNMF_V is 1x101 T = table(A,B)...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Respondida
Why do I receive the error message "The system cannot find the file specified"
It could be many possibilities Old files interfering with you previously installed Matlab Path of the installation. Check to s...

alrededor de 4 años hace | 0

| aceptada

Pregunta


legend has same colors
Its been asked many times but my code looks fine. I dont know whats making matlab show same colors on the legend figure(1), ...

alrededor de 4 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Create mask over image
I am trying to create mask over an image (input). I already used photoshop to create a mask (which is basiclly an image with sam...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


remove zeros from a 15x300 matrix and find the median
when I run the code below I get 15x301 matrix AS_V with some receding zeroes for i=1:15 load(['output/NeNMF_V_', int2str(...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I make text color black when using the function insertText
Hello I created a white image using the code below. and then i inserted a text. but the text has yellow background. I dont know ...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Apply mask to RGB image. If mask is RGB as well do i have to seperet the mask to its channels too?
Hello I want to apply this mask onto this RGB color to use in NMF ... function [ R, B,G ] = Split_Image( ) Input=...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

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 4 años hace

Respondida
check a condition once and remember it later in the code
So i modified @Adam's answer. I edited the two functions GC and RSI so that they both have same number of inputs if strcmp(op...

más de 4 años hace | 0

Pregunta


check a condition once and remember it later in the code
I want to check for an input at the beginning of my code. then when i enter a while loop i don't want to recheck this input, ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Matab -clearvars equivalent in Python
Hello guys, Whats the Matab clearvars -except vars1 vars2 equivalent in Python. Thanks in advance

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Label Columns and Rows of Dat file
Hello Guys,, How to I Label the rows of a dat file. to look like in the picture below clear clc nu= 50; ps=1; load([...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


write output to .dat file yielding repeated values
Hello Matlabers, I'm trying to write my output to a dat file but it apears not all the values are entered. I want the .dat fil...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


SHould i use a switch or class
Hello matlabers, So I have a question. so i have 3 types of vehicles repressinting [0,1,2] i.e. 0 ='normal car', 1='emergency'...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


In Tikhonov regularization what value of gamma is best?
Hello Matlabers, Im applying Tikhonov regularization to alternating least squares of non negative factorization. I want to s...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Sparse norm(S,2) is not available.
Hello i get the error spare norm(S,2) is not available in my code at the line where i have Mnrm = 2.5e+5; scal = Mn...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


dot multipy unequal matrix size. Possible?
hello, I have 2 matrices X=20 by 10000 Q= 10000 by 10000 Is it possible to make a Q.*X ?

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I generate missing entries using random binary masks on an Image?
Hello, How to I produce incomplete matrix with missing values in the right image. (A) original image ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Nested Loop Plots. help!
Hello Matlabers, I have 4 variables. I want to make a plot of meanERROR vs rank SNR=[15,30,50]; MV=[0.1:0.1:0.9,0.95,0.99]; ...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


plot with 4 loops.
Hello Matlabers, I have 4 variables. I want to make a plot of meanERROR vs rank SNR=[15,30,50]; MV=[0.1:0.1:0.9,0.95,0.99]; ...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Surf dimensions do not agree. Help!
Hello Matlabers! I want a surf plot 3 variables but have a dimension problem. please see my code below. SNRR=[15,30,50]; MV...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Index a cell and use as input to a function
I have 2 cells W0=1x4 cell and H0=1x4 cell in these cells i have 2x100, 4x100, 6x100, 8x100 double % matrices How can i ...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Save into cell or ND array
Hello Matlabers I have the following code. m = 2; n = 3; r = 5; V = 2:2:20; for ii = 1:5 W = rand(m,r); H = rand...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to save inner loop data with outer loop data in one matfile
Hello Matlabers! So basically i have this code for i=1:5 r=5; W = rand(m,r); H = rand(r,n); ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plot3 with different length of vectors
I have 3 parameter. Error, SNR, Weights 1. Error is a 3x9 data 2. SNR = [15,30,50] 3. Weights = 0.1:0.1:0.9 S...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
How can I write a summation equation in matlab
Someone just closed my question. Please if you cannot answer do not close my question. We are all not the same. some of us are s...

más de 5 años hace | 0

Pregunta


How can I write a summation equation in matlab
How can i write this summation equation in matlab please.

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Kullback-Leibler Divergence for NMF in Matlab
I am trying to write the KLDV equation in matlab by looking at how the Euclidean distance was written. Euclidean distance for...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Cargar más