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

quasi 5 anni fa | 1

Domanda


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), '....

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

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

quasi 5 anni fa | 0

| accettato

Domanda


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), ...

quasi 5 anni fa | 1 risposta | 1

1

risposta

Domanda


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

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

Risolto


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

quasi 5 anni fa

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

quasi 5 anni fa | 0

Domanda


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

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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([...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ?

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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]; ...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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]; ...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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); ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

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

quasi 6 anni fa | 0

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Carica altro