photo

Micke Malmström


Swerim

Last seen: 2개월 전 2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

35 질문
15 답변

File Exchange

16 파일

순위
3,640
of 300,369

평판
15

참여
35 질문
15 답변

답변 채택
54.29%

획득한 표
11

순위
4,910 of 20,936

평판
275

평균 평점
4.70

참여
16 파일

다운로드 수
19

ALL TIME 다운로드 수
2608

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Explorer
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Revival Level 1
  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

질문


can i change how load function operates?
the operation of the "open" function can be modified by writing specific "openXXX" functions (where XXX is the file-extention). ...

3개월 전 | 답변 수: 1 | 1

1

답변

제출됨


mergeLinescf
Merges specified lines in current figure

8개월 전 | 다운로드 수: 0 |

0.0 / 5
Thumbnail

제출됨


emptyTable
Creates an empty table with column names as the specified inputs (coma separated strings)

12개월 전 | 다운로드 수: 0 |

0.0 / 5

질문


How to convert /map uint16 to int16 maintaining the dynamic range so that [0] and [2^16-1] in uint16 beomes [-2^15] and [2^15-1] without going through double
I would like to convert my uint16 values to int16 values amd maintain the dynamic range. All my attempts with typecast and cast ...

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

2

답변

제출됨


linregca
Calculates the least square linear regression of all separate lines in current axes

거의 2년 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

제출됨


MergeTables
Merges one table into an existing table while making sure the datatypes are the same.

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

0.0 / 5

제출됨


array2legend
generates a legend based on the numbers in an array

3년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

답변 있음
Can I define a specific method to run upon loading obj from mat file?
Unless there is a specific way to do this I realized I could use ConstructOnLoad with a switch statment (looking at the data...

3년 초과 전 | 0

질문


Can I define a specific method to run upon loading obj from mat file?
I have a class with a constructor which works fine. When loading the obj from a mat file however I would like another method to ...

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

2

답변

제출됨


transparentlegend
Makes the legend background transparent

3년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


ADQcommands
A class-type list of commands for communicating with ADQ SP-Devices via mex_ADQ CC Swerim

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

0.0 / 5

답변 있음
How to update array inside a database
I think Ive found half the solution. When I read out the responce from the database I have to convert the varbin that is inter...

대략 4년 전 | 0

질문


How to update array inside a database
How can i update the contents of one row of ColumnOfInterest (see below) with a new array? conn = database('DB'....); data = f...

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

2

답변

답변 있음
best practice for continuous processing of data from database
I guess I could use a timer object to schedule a lookup in the database? However, can I restart the timer? Or should I create a ...

대략 4년 전 | 0

질문


best practice for continuous processing of data from database
I want to setup a computer to continuously ask a database for new data, process the new data and then write back the reults of t...

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

1

답변

질문


restricting get method to not process all the values
I have a get method that calulates a 2-d matrix based on data in a 3d-matrix. This calculation takes some time to perform if I h...

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

1

답변

답변 있음
Plotting >500 curves verry slow since new plotting mode appeared?
Se comment above about colororder

4년 초과 전 | 0

| 수락됨

질문


Sometimes Matlab does not perform task until a "return" is performed in the Command Window. Am I alone?
I have som AppDesigner GUIs that performs tasks when I click some button. Sometimes Matlab simply doesnt perform the task unless...

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

0

답변

질문


Plotting >500 curves verry slow since new plotting mode appeared?
I have been plotting many 1000 curves (double with ~32000 points in each line) in matlab with regular "plot" function and have r...

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

2

답변

답변 있음
How to get general interval from a string with regexp
Seems this works ok: [v,vv]=regexp(obj.FileName,[' X ([-\d\.]){1,10}-([-\d\.]){1,10} mm'],'tokens','match'); if ~isempty(v) % ...

5년 초과 전 | 0

질문


How to get general interval from a string with regexp
I have a long string (FileName) from which I would like to extract some variables describing the X values. The string contins th...

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

2

답변

답변 있음
How can I calculate a weighted mean in Matlab?
See this function https://se.mathworks.com/matlabcentral/fileexchange/14416-wmean?s_tid=srchtitle

대략 6년 전 | 0

답변 있음
How do I collaborate on matlab?
I would also like to be able to work simultaneously on the same file. Just as one can in google docs or office 365... it really ...

대략 7년 전 | 1

질문


How can my code know if it iss called from the base or from some other function?
I want my "figure formatting function" to copy the current figure if it is called from "base"-workspace but not if it is called ...

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

1

답변

답변 있음
How to make long title for a plot with automatic line breaks?
ha=gca; NoCharPerLine= 78; % or whatever you want... if ismatrix(ha(end).Title.String) && size(ha(end).Title.String,2)>NoCh...

7년 초과 전 | 0

질문


Can I force Matlab to not place new figures on top?
I have some scripts that plots graphs and exports them with export_fig(...). the figures always pops up to "stay on top". Can i ...

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

3

답변

답변 있음
calling subclass method does not pass the obj only the argument
This seems to work: OBJ=FLUS; OBJ.fun1(OBJ,extravalues);

7년 초과 전 | 0

질문


How can I change the icon of my AppDesigner-produced GUIs?
I would like to easily distinguage my GUI from the figures when pressing Alt+Tab so I can access it faster. Now when I run the...

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

3

답변

답변 있음
How to make long title for a plot with automatic line breaks?
Write code to # Get the axis width (ha.Position), and fontsize (ha.Title.FontSize) in pixels (where ha is the handle to the ...

7년 초과 전 | 0

질문


calling subclass method does not pass the obj only the argument
I have these classes classdef LUS < handle methods function fun1(obj,extravalues) %some code using extravalues ...

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

1

답변

더 보기