photo

Shalini


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

21 질문
6 답변

순위
155,183
of 300,365

평판
0

참여
21 질문
6 답변

답변 채택
38.1%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Filtering values from a curve
I have a curve x vs. y and I'm reading into Matlab through excel (xlsread). I want to filer some values off. I want to filter...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


Reading few lines from a text file
I have a text file and I want to read first 10 lines from that file.I tried scantext but not successful. Can anyone suggest? ...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


lsqnonlin- how to get adjusted R square?
Whilst calling lsqnonlin as below; x=lsqnonlin(@(X0)fit_simp(X0,X,Y),StartAt,lb,ub,options); how can i obtain adjusted...

13년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
lsqnonlin question
Why you think so? My fit_simp function (see properly above) is as below function diff = fit_simp(x,X,Y) % This fu...

13년 초과 전 | 0

질문


lsqnonlin question
Consider the following code: X(1:10304)=xlsread('qs_comp_2.xls',2,'G3822:G14125'); Y(1:10304)=xlsread('qs_comp_2.xls',...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Using cftool- moving avearage for smoothing
Hi, I'm trying to use cftool and smoothing my data set using moving average method. I do not have much of a theoretical ba...

13년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Function sort and smooth in matlab
1) Consider the function sort: You can call it with as below; B = sort(A) B = sort(A,dim) If A is a vector, do I n...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Curve smoothing using smooth
I have been reading doc smooth and have the following to code to carry out smoothing.However, when I run it, its just the head...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Curve smoothing using Matlab
I have got an experimental curve which is a bit wavy (curve has a lot of noise and hence is wavy). I want to smoothn the curv...

13년 초과 전 | 답변 수: 3 | 0

3

답변

답변 있음
lsqnonlin question
Thanks..Done the follwoing the commands functiona nd then it worked; options = optimset('MaxFunEvals',10000); x=lsqnonlin(@(...

13년 초과 전 | 0

질문


lsqnonlin question
I have a function file called commands.m which gives the necessary inputs to another function file called fit_simp. lsqnonlin is...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Optimisation toolbox error
I have the following function which I wan to use in optimisation toolbox: function diff = fit_simp_optim() % This fu...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Problem in running lsqnonlin
Actually lasqnonlin gives me an answer. But I want to put some constraints on A,B,n above- I mean upper and lower bounds. Can...

13년 초과 전 | 0

질문


Problem in running lsqnonlin
I'm new to matlab and I understand that lsqnonlin requires a function for its call. Actually, I have run the cftool through G...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Function Error not understood
I wrote the following function: function diff = fit_simp(x,X,Y) % This function is called by lsqnonlin. % x is a ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Exporting data sets to excel
I'm doing curve fitting.Firstly I read some data-sets from excel into matlab using xlsread.Then in the curve fitting toolbox I c...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Matlab function
I'm relatively new to Matlab I need to carry out the following task and I'm just partially done.I'd be happy if someone can h...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Error- simple matlab function
I have the following function; function [epsilon,sigma] = concatenatingAllDataSets(total_sets,X,Y) epsilon = reshape(X,t...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Writing a Matlab function for the first time
This is th first time I'm writing a Matlab function.I have written several FORTRAN programs earlier but not Matlab. Now, my p...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Matlab curve fitting toolbox
I'm to do some curve fitting using non linear least squares using Matlab. In my equation that I am to fit/model using my data...

13년 초과 전 | 답변 수: 3 | 0

3

답변

답변 있음
Number of functions in a function-M file
I have a function 'A' Inside the function A, there is a variable computed 'z' 'z' should be returned from another function...

13년 초과 전 | 0

답변 있음
Variable declaration in matlab
Can you give an example of declaration (integer/real) in a simple code?

13년 초과 전 | 0

질문


Number of functions in a function-M file
Is it that there should be only one function in a function M file or there can be any number of functions in a function M file? ...

13년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Syntax for loop
What is the syntax for 'for loop' in matlab?

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Variable declaration in matlab
Is it necessary to declare a variable in matlab?

13년 초과 전 | 답변 수: 5 | 0

5

답변

답변 있음
Writing a matlab function- get number of rows
Thanks a lot..Is it necessary to declare variable mrows in Matlab?

13년 초과 전 | 0

질문


Writing a matlab function- get number of rows
I'm new to Matlab. I'm writing a matlab function to which I have given the arguments: Params, X,Y All 3 are vectors. I ...

13년 초과 전 | 답변 수: 3 | 0

3

답변