Community Profile

photo

fsgeek


Last seen: Today 2012년부터 활동

Followers: 0   Following: 0

연락

Programming Languages:
Python, C++, MATLAB, Visual Basic
Spoken Languages:
English, German

통계

All
  • Explorer
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Problem executing functions with P code
Dear Community, I recently converted my project into P-code. Since the original M-files contain useful H1 text, I decided to se...

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

1

답변

질문


Performance: readTable versus xlsread
Dear Community, I am reading the contents of an Excel Workbook (.xlsx) file. It's a pretty large, but not crazy file (approxima...

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

1

답변

질문


Securely check an APPDATA variable
Hi everyone, I am experimenting with pcode and I considered adding password protection to my script. The basic idea is that the...

거의 4년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Vectorized alterlative to identify duplicate elements in an array
[LIA, ~] = ismember(A, B); indexes = find(LIA);

대략 4년 전 | 0

| 수락됨

질문


Vectorized alterlative to identify duplicate elements in an array
Hello everyone, I have a 1xN array, A, of random integers. Repetitions are permitted. Let's consider only the integers 1:5 to m...

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

2

답변

질문


Undefined variable "matlab" or class when opening MATLAB figure
Dear all, This question is a follow-on from <https://de.mathworks.com/matlabcentral/answers/417598-restore-matlab-functions-e...

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

2

답변

질문


Restore MATLAB functions e.g. openfig.m
Dear all, I was playing around with openfig.m the other day. I kept a back-up copy of the file just in case something went wr...

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

1

답변

질문


Create a 3D matrix from multiple 1D vectors without FOR loop
Hello everyone, I would like to construct a three-dimensional *3x3xL* matrix from a series of one-dimensional vectors. So ...

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

2

답변

질문


Grep a numeric array from a text file
Dear all, I have a text file which contains numeric data enclosed with square brackets and parentheses. The data delimiter is...

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

1

답변

질문


GUIDE UI with resize 'on' displays incorrectly
Hi everyone, I have chronic issues with getting UIs created with GUIDE to display consistently. It seems that whenever I fix ...

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

1

답변

질문


linsolve A*X=B where B is a vector?
Hi guys, I've searched the documentation and the forums about this but haven't found an answer. I have the following syste...

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

2

답변

질문


Create cell from character array
Dear all, I am reading lines from a text file using fgetl(), and I come across the following line in the file: {[1, 2, 3...

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

2

답변

질문


Store tensor history into multidimensional array
Dear all, I read the documentatuin on Multidimensional Arrays and I haven't been able to find a solution to my problem. I ...

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

2

답변

질문


Parametrize return arguments in fprintf
Dear all, I have a line of code which outputs a string to a file: fprintf(fid, '\r\nSomething\r\n') I would like to e...

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

1

답변

질문


Read data from a tricky text file
Dear all, I would like to read numeric data from a file which has the following standard format: 1 (15, 16, 266, 251) ...

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

1

답변

질문


Identify column headers in a text file
Dear all, I am reading data from a text file with the standard format: FILE TITLE Header-1 Header-2 Header-3 He...

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

1

답변

질문


GUIDE opens figure as "Untitled"
Dear all, I'm having trouble opening my GUIDE-generated figure with its proper name. Whenever I run "QuickFatigueTool.fig" it...

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

2

답변

질문


GUIDE/GUIs not working- some files inaccessible.
Hi all, I'm trying to run a GUIDE GUI which I made at work, on a University computer. The original GUI was developed on r2011...

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

2

답변

답변 있음
n-dimensional matrix - Store the indexes of the n-th dimension in n-th cell
If M is explicitly defined then could you do vect = size(M); % vect = [40 30 50 20] in your example of M ...

10년 초과 전 | 1

| 수락됨

질문


What is the difference between src and distrib in the MATLAB Compiler?
Hi guys, I've been using deploytool to generate some .exes and .dlls and I'm curious to know the difference between the src a...

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

0

답변

질문


How to deal with emxArray in multiple C++ function calls?
Hi folks, I'm not sure if this is a question for MATLAB answers, or whether it belongs somewhere like stackoverflow, since it...

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

0

답변

질문


Clearing axis data from a GUIDE-generated figure
Hi folks, I'm having some difficulty processing data on a figure generated in GUIDE. The first task is to plot some data from...

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

1

답변

질문


Finding the longest row in an array from CSVREAD
Hey guys, I've read in a text file from csvread. The text file was something like this: 1, 1, 1, 1, 1 2, 2, 2, 2, 2, ...

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

2

답변

질문


Write on next line whilst constructing questdlg
Hey guys, I'm constructing a question dialog box which has quite a lot of writing in it. Is there a way of writing the rest o...

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

1

답변

질문


Inputting a matrix to a function
Hi guys, I've got a function called "blockAnalysis" which uses matrices with any number of blocks: DATA=[a1 a2 a3;b1 b2 ...

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

2

답변

질문


Detecting maximum and minimum of signal
Hey guys, I'd like to write some code which finds the mean stress and stress amplitude for each block of a signal whose ampli...

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

3

답변

질문


Prevent looping variable from updating in a for loop
Hi guys, I have a loop which looks like this: for i=1:length(Sxx) if isnan(Sxx(i)) Sxx(i)=[]; e...

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

2

답변

질문


Rotate & translate a plot
Hi guys, I'd like to rotate a curve by 180 degrees, then translate it across the figure to match up with another curve, as fo...

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

0

답변

답변 있음
Translate a plot across its axes
Thanks for the help guys, much appreciated. Regards, Louis Vallance

11년 초과 전 | 0

질문


Translate a plot across its axes
Hi guys, I'm writing a program which draws the hysteresis loops on a stress/strain plot. In order to do this, I need to be ab...

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

3

답변

더 보기