Community Profile

photo

Ashkan Rigi


Last seen: casi 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Explorer
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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?

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

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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?

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

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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?

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

2

respuestas

Pregunta


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

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

0

respuestas

Pregunta


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

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

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

2

respuestas

Pregunta


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

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

0

respuestas

Pregunta


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

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

0

respuestas

Pregunta


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

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

0

respuestas

Pregunta


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

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

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

0

respuestas

Pregunta


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

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

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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]

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

1

respuesta

Cargar más