Community Profile

photo

Ashkan Rigi


Last seen: bijna 2 jaar ago Active since 2021

Statistics

  • Explorer
  • Thankful Level 3

View badges

Content Feed

View by

Question


How to rotate a circle around y axis in matlab?
Hi every body. I have some circles with different radius (r) and I would like to rotate it around y axis. This is my code: fo...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


How can I compute the mean of a cell matrix with different size ?
Hi everybody. I have a matrix array (2dimensional) and I would like to compute the mean of each coulumn. R{i,j}=cell array with...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


How can I determine the the X and Y equation using coefficients of cscvn function?
Hello every body. As you know matlab cscvn does 2D interpolation or parametric interpolation. How can I get the equation of X an...

ongeveer 2 jaar ago | 1 answer | 0

1

answer

Question


Does anyone know the 2D data sets of matlab for classification tasks?
Hello every body. I need 2D data sets of matlab for classification.

ongeveer 2 jaar ago | 1 answer | 0

1

answer

Question


How can I calculate the gussian curvature of a point cloud by matlab?
Hello every body. Does exist any matlab code or built in function for gussian curvature computatation by matlab?

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


Gussian Curvature calculation problem
Hello everybody. I have found the below codes on the net which can calculate the gussian curvature but I can not work with that ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How can I remove the error " Not enough input arguments" of nlinfit?
Hello everybody. This is my code: clc;clear;close all; x=0:.1:2*pi; y=sin(x); pp=spline(x,y); k=4; t=x; xq=x; fo...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Is there any way to put a nlinfit function in a for loop?
Hello every body. Is there any way to put a nlinfit function in a for loop?

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


Why does the cscvn function of matlab have 4*2*(n-1) coefficients?
Hello every body. I can not understand why the function of cscvn of matlab have 4*2*(n-1) coefficients. n is the number of x val...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


how can I use mexw32 files on my 64-bit matlab?
Hello. I have a mex.w32 file and I can not open it on my 64-bit matlab version. How can I do that?

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


Does anyone have the farthest points sampling by matlab?
Hi. I need some line of codes which can calculate the farthest point sampling by matlab. I am looking forward to hear your kind ...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


Does anyone have the matlab code for parametric cubic splines caculation?
Hello every body. I am working on a project which needs to estimate the coefficinets of parametric cubic spline from some data p...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


Why does cscvn of matlab have 4*2*(n-1) coefficients?
Hello every body. I use the built in matlab function " cscvn " for periodic splines. It must have 4*(n-1) coefficients but in re...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How can I define square of a handle function inside an integral?
Hello every body. This is my code and I get the error " Undefined function 'sqrt' for input arguments of type 'function_handle'....

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How can I define a derivative and norm function inside an integral in matlab?
Hello everybody. I would like to define a norm-2 and derivative of a function inside the integral, but I can not. Here is my cod...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Can we interpolate some data using neural netwroks in matlab?
Hello every body. I have some raw data and I would like to interpolate them using neural networks by matlab. Is it possible? I a...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


How can I remove the error " Not enough input arguments" related to bootci function?
Hi everybody. I will be thankful if some one help me. this is my code: t=0:0.1:pi; y=sin(t); k=1; a=[1 2 3 4]; b=[5 6 7 8];...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


Does anyone have the matlab code for adaptive importance sampling?
hi. I need adaptive importance sampling matlab code.

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


I implement bootci function in for loop and I get the error " not enough input argument"
Here is my code: t=0:.1:pi; y=sin(t); a=[1 2 3 4]; b=[4 5 6 7]; c=[8 9 10 11]; d=[12 13 14 15] for i=1:length(a) ...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


How can I define a for loop in which there is a bootci function?
Hello everybody. Firstly I estimate cubic splines coefficients and then I would like to implement bootstrap function on each int...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


How can I define a foor loop in which there is a bootci function?
Hello. Firstly I estimate cubic splines coefficients and then I would like to implement bootstrap function on each interval of c...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Requires a vector second input argument.
hi. I run the code below and got the error " Requires a vector second input argument." t=0:.1:pi; y=sin(t); modelfun = @(b,x)...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


Does anyone have the matlab code for adaptive importance sampling?
Hello guys. I need some line of codes which can calculate adaptive importance sampling.

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


How can I fill a big matrix when I have small matrices with different sizes in each iteration?
Hello guys. I have some lines of codes in which I have a for loop. In for loop I have to fill a big matrix by some small matrice...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How can I define handle function in a loop with predefined coefficient?
here is the some lines of code: a=[1 2 3]; b=[4 5 6] for i=1:length(a) s_i{i}=@ (x) a(i)*x^2+b(i)*x; end I would like to t...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


I would like to remove zeros from my matrix
a=[0 0 0; 0 0 0; 1 2 3; 4 5 6]

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Does anyone have the periodic cubic spline codes in matlab?
I need periodic cubic spline matlab code.

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Does anyone have 2D point clouds of shapes of Matlab?
i need some 2D point clouds in matlab.

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How can I define successive vectors by matlab?
Here is my code sample: t=[0,4,8,12,16,20]; y=[0.7,0.9,0.9,0.7,0.3,0]; for i=1:length(t) u=[t(i) t(i+1) t(i+2)]; v=...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


I have a function (ex. adaptive) in a for loop which has two arrays as output. I want to save all the outputs in a single matrix. it can just save the last vector
n=20; x=[1 2 3] for i=1:n [y1,y2]=adaptive (x) end y=[ 1 2 3; 4 5 6]

meer dan 2 jaar ago | 1 answer | 0

1

answer

Load more