photo

Sugato


2017년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

제출됨


stringArrayLength(S)
This function returns the length of string(s) in a single string or a cellarray or a matrix.

대략 7년 전 | 다운로드 수: 1 |

제출됨


createPolygonInFigure(numSides,vertexMarker)
This function creates a polygon on top of any figure window.

대략 7년 전 | 다운로드 수: 1 |

제출됨


openFileJCAMP()
This function opens a JCAMP format file (extension: .jdx) and displays the data on a plot.

대략 7년 전 | 다운로드 수: 3 |

제출됨


SRUtils
This is a class with several utility functions.

대략 7년 전 | 다운로드 수: 1 |

제출됨


Delimiter separated string to array conversion | function: Array = str2array(String, Delimiter)
This function creates an array A from a delimiter-separated string S.

대략 7년 전 | 다운로드 수: 2 |

제출됨


array2str(A,Delimiter)
This function creates a delimiter-separated list (string) of the rows in the array A.

대략 7년 전 | 다운로드 수: 1 |

제출됨


num2abc(N,LetterCase)
This function returns the N-th english alphabet in upper or lower case. N ranges from 1 to 26.

대략 7년 전 | 다운로드 수: 1 |

제출됨


findStringInCell(C,S)
This function returns the index of a string (S) in a cell array (C).

대략 7년 전 | 다운로드 수: 1 |

제출됨


figureExists(h)
This function returns the status if a given figure handle exists.

대략 7년 전 | 다운로드 수: 1 |

제출됨


swapVars(x,y)
Swap two variables (of same type and size) as tuples (used in Python).

대략 7년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


EulerRotationMatrix(RotationAxis, Angle, AngleUnits, DebugFlag)
Matrix Utilities: Euler Rotation Matrices

대략 7년 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
A question: Eviews-Matlab interface?
I will provide a few more updates: A consolidation of what I have been able to search up at various sites. ... *Source-1:*...

7년 초과 전 | 1

질문


Why using "fullfile" inside "fopen" gives error but "uigetfile" along with "fopen" works fine?
I am trying to use: *Method-1* fullName1 = fullfile(filepath, filename); [fid1, msg1] = fopen(fullName1 , 'r', 'ieee-le'...

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

2

답변