Community Profile

photo

Jacky Jo


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Question


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

nästan 6 år ago | 1 answer | 0

1

answer

Question


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

mer än 8 år ago | 1 answer | 0

1

answer

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

mer än 8 år ago | 0

Question


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

mer än 8 år ago | 1 answer | 0

1

answer

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

mer än 8 år ago | 0

| accepted

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

mer än 8 år ago | 0

Question


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

mer än 8 år ago | 2 answers | 0

2

answers

Question


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

mer än 8 år ago | 1 answer | 0

1

answer

Question


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

mer än 8 år ago | 1 answer | 0

1

answer

Question


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

mer än 8 år ago | 1 answer | 0

1

answer

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

mer än 8 år ago | 0