photo

Jacky Jo


Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


How to interpolate intermediate values?
I have an array with 110 values. let say: M1_allvalues = [1,2,10,-1,-2,..,-10, 1, 2..........,10] I simply want to make...

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

1

respuesta

Pregunta


How to combine two cell arrays to corresponding elements?
I would like to combine the two cell values each has [1x1] elements. After combining them, I would like to get [1x2] elements in...

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

1

respuesta

Respondida
reshaping data so that I can take sum of every 3 columns
Is that you want.. saleCost=[5, 7, 9 , 2, 5, 1, 9, 11, 1;... 12, 9, 2, 3, 5, 10, 11, 4, 4;... 20, 2, 2, 3, 20, 30...

más de 8 años hace | 0

Pregunta


How to pass arguments from a matrix to a function?
Hi, I tried a lot to pass the elements of two matrixes (one by one) to a function which I created. I am not sure whether it i...

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

1

respuesta

Respondida
MATLAB Software License Query
If you are a student, there is a possibility to get STUDENT LICENSE of Matlab. That might be economical. Please check it on the ...

más de 8 años hace | 0

| aceptada

Respondida
change appearence of 3rd plot in plotyy and plot legend
Check the following. Also, check the range of theta_1 and (r2v or r3v). If you try to plot these three in a graph you can't see ...

más de 8 años hace | 0

Pregunta


How to create a pyramid shaped 3D matrix ?
I have 3D matrix *(in a pyramid shape)* which has (1x1) element in it's first matrix frame. This will increase (i.e,the number o...

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

2

respuestas

Pregunta


How to avoid the for loops?
I want to make the following code faster *by avoiding the two for loops* (if possible). I tried to make a vector multiplicat...

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

1

respuesta

Pregunta


How to control output of a function ?
I have written a function for spherical harmonics in which I want to *control the ' Plotting area '* in such a way that, when we...

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

1

respuesta

Pregunta


How to visualize or (plot) a 3D matrix in convenient way?
The matrix P_bar is 3 dimensional. It has upper diagonal elements all zeros. In other words, if we consider it as a rectangular ...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Respondida
need a matlab program please
If you like the long coding: A= [1 1 1 0 0 0 0 0 1 0 0 1 1 0 0 1]'; len=length(A); A(len+1,1)=NaN; Count_1=0; Co...

casi 9 años hace | 0