photo

siddhesh rane


IIT-madras

2013년부터 활동

Followers: 0   Following: 0

메시지

Student

통계

All
MATLAB Answers

26 질문
2 답변

File Exchange

1 파일

Cody

0 문제
1 답안

순위
33,647
of 300,779

평판
1

참여
26 질문
2 답변

답변 채택
73.08%

획득한 표
1

순위
3,339 of 21,084

평판
475

평균 평점
3.50

참여
1 파일

다운로드 수
2

ALL TIME 다운로드 수
4566

순위
113,085
of 170,997

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 2
  • First Submission
  • Thankful Level 3
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


Can I use if statement in constraint function for optimization ?
I have a constraint functions which call another function(inverse_kinematics) for calculating some of the constraints, inverse_k...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


"Error in running optimization. Not enough input arguments" while running ga
I am using following objective function: function Length_Sum = objective_function( l1,l2,l3 ) Length_Sum = l1 + l2 +...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


writing optimization constraints in MATLAB involving function calls
I am trying to solve following optimization problem: <</matlabcentral/answers/uploaded_files/92538/GA_MATLAB.PNG>> I am us...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


GA with integer and linear constraints
According to the documentation of global optimization toolbox "ga does not enforce linear constraints when there are integer con...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


How to solve semi-infinitely constrained minimax optimization problem?
I am working on a problem which has semi-infinite constraint and objective function is minimax. How can I solve it in MATLAB? Th...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


What function can I use for finding global optima in semi-infinite constraint optimization problem?
Below is the simplified version of problem I am trying to solve: *Minimize f(x)* *=l1+l2+l3* *Subject to* ...

대략 8년 전 | 답변 수: 2 | 1

2

답변

질문


How can I generate text file in loop?
I need to generate text file in MATLAB which will be edited in every loop. When I use fopen without using fclose MATLAB gives er...

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

1

답변

질문


How can I convert every floating value in cell to integer?
I have a cell with matrices of different sizes in it .I want to convert every floating value in cell to integer. I tried int16 f...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


how to store cell array in text file?
I have 496*6 cell array with strings in it i want to generate a text file can anyone tell how to do it? I have elements in ce...

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

2

답변

질문


Error using fprintf for cells
I am using following code to generate text file from array which has 1 matrix of 496 * 6 size with strings in it. I m getting 'B...

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

1

답변

질문


How can i store string in cell without apostrophe?
I want to store say A50 in cell ..but i dont want apostrophes in it like 'A50'..how can i do it.? I tried to use string to nu...

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

1

답변

질문


Concatinate number and character
I have numerical data in cell and i want to add character before that numerical data how can i do it ? Suppose i have numeric...

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

1

답변

질문


How can i generate text file output for my code ?
I want to generate text file as output.. eg. G0 X67 Y30 Z0 G1 X0 Y0 Z0 i have numbers (67, 30 ,0...) stored in ce...

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

1

답변

질문


Comparing two elements in cell.
Two elements of a cell are exactly same but when i compare them it turned out MATLAB doesnt consider them equal..Can anyone expl...

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

1

답변

답변 있음
how to initiate a table in matlab
A = rand(12,7) use this it will generate 12x7 table with random values in it or you can use zeros(12,7)..if you want to init...

12년 초과 전 | 0

질문


how to find out number of rows in particular matrix of the cell?
Suppose i have 1*2 cell as shown below A B [1 2] [1 2 ; 3 4] how can i find out number of rows in each cell..i...

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

2

답변

질문


Too many input arguments ERROR
>>Error using == Too many input arguments. Error in readSTLexp5 (line 356) if(Q{1,f}{S,4} == Q{1,f}{S,3})...

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

1

답변

질문


Conversion to cell from double is not possible. ERROR.
Conversion to cell from double is not possible. Error in readSTLexp3 (line 273) Q{1,1}(t,5)= -3; When i ...

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

1

답변

답변 있음
How to delete the row from cell array?
[A] [B] [C] suppose i have 1*3 cell as shown above and A is a matrix of dimensions 3*3 and I want to delete second row of t...

12년 초과 전 | 0

질문


How to delete the row from cell array?
I have a cell arraywhich has 10*6 matrix in it. How can I delete a row from the matrix? thanks in advance.

12년 초과 전 | 답변 수: 4 | 0

4

답변

질문


why am i getting syntax error for linspace in If statement?
if (Z(1,1)==z && Z(2,1)== z && Z(3,1)==z) { t = linspace(0,1); % case 1 = whe...

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

1

답변

제출됨


Function for importing and plotting STL files in MATLAB
This file will import and plot ASCII STL file in MATLAB.

12년 초과 전 | 다운로드 수: 2 |

4.0 / 5

질문


"index out of bounds" error
Why am I getting Index out of bound error with below mentioned code? S = size(coordinates,1); n = 0; while(n<S) ...

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

1

답변

질문


how to transfer elements in cell into matrix in MATLAB?
I am trying to transfer elements in (1*1) cell which has one column matrix into another column matrix using while loop..and I am...

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

1

답변

질문


'Subscripted assignment dimension mismatch" error..can anyone help?
I am writing a program to access elements in the cell and put them in mtrix and i m getting above error..my code is as follows.....

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

1

답변

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12년 초과 전

질문


I am getting error while accessing data from cell and storing it in matrix..can anyone help?
The following error occurred converting from cell to double: Error using double Conversion to double from cell is not poss...

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

1

답변

질문


I have {1*1} cell which contains a column matrix with 4455 rows how can i access data in each row?
I have {1*1} cell which contains a column matrix with 4455 rows how can i access data in each row?

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

1

답변

질문


getting "Index exceeds matrix dimensions." Can anyone explain?
function [ coordinates ] = readSTL1( filename,k) % reads ASCII STL file and gives coordinates of vertices. %file...

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

2

답변

질문


How can i import numerical data from non-tabular text file in MAtLAB?
solid rodfin facet normal 9.997519e-001 2.227527e-002 0.000000e+000 outer loop vertex 6.477990e+001...

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

2

답변