Réponse apportée
How to read several excel files (30 files) without repeating the program?
Hi Ara, what does "change the name of each line" mean? Can you provide some sample code to help would-be assisters understand th...

environ 12 ans il y a | 2

Réponse apportée
how to set ActiveX invisible
type get(LEDHandle) The link below alludes to an "offcolor" property - does this do anything? <http://j.n.--0613.b...

environ 12 ans il y a | 0

Réponse apportée
How to control MATLAB on remote PC from MATLAB command window on another local PC
I did something similar, running an matlab/tomlab/cplex optimization job on a server called from my local machine. I wrote a C# ...

environ 12 ans il y a | 0

Réponse apportée
What is the mistake, please help
Is the square-bracket in new[x] pseudo-code? orj_matr = rand(10000,10); a = NaN(50,10,50); for i = 1:50 index = ...

environ 12 ans il y a | 0

| A accepté

Réponse apportée
Behaviour of barh stacked plot & FaceAlpha=0
Solution from Chrysanthos Placotas in mathworks. " When you make the object transparent, it means that the objects behind it ...

environ 12 ans il y a | 0

| A accepté

Question


Behaviour of barh stacked plot & FaceAlpha=0
I’m having a little trouble understanding the behaviour of barh stacked plot. After running the code below you'll note that ther...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
What is my issue with Caller Scope in the Nested Callback Function here?
I used setappadata as a workaround.

plus de 12 ans il y a | 0

| A accepté

Réponse apportée
Speed optimization of ACCUMARRAY via MEX
Hi Matt I've never used accumarray for this reason (its very generalised so adds much overhead), and haven't yet come across ...

plus de 12 ans il y a | 0

Réponse apportée
How write multiple data output in excel sheet using xlswrite command
I'm not sure I udnerstand the problem either as it seems that xlswrite should provide for this functionality explicity? ([SUCC...

plus de 12 ans il y a | 6

| A accepté

Question


What is my issue with Caller Scope in the Nested Callback Function here?
Would appreciate anyone's advice on how to solve the issue here regarding Nested Function Caller Scope. I expected changes made ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Pull Out MATLAB Data to One Excel Spreadsheet[HELP!]
Append rows of empty cells {''} to the A, B cell-arrays as necessary e.g. repmat({''},1,3)

plus de 12 ans il y a | 0

Réponse apportée
More efficient xlsread for curve fitting
Hi Jonathan Subfunctions have caller-scope (can see variables which are set in the functions that call them). So put the xlre...

plus de 12 ans il y a | 0

Réponse apportée
One r2 for each beta column/predictor
Hi Nuchto No, you're correct - its the R^2 of the overall model that is output as stats(1). Kind Rgds, Mark

plus de 12 ans il y a | 0

Réponse apportée
input arguments of type 'double'.
Hi Lisa Probably wants string-types as input variables. Whats the function exactly?

plus de 12 ans il y a | 0

| A accepté

Réponse apportée
How can I use function call?
Hi Haksun I assume you're working in GUIDE? Pass handles into the sub-function so it is in-scope there (nested functions h...

plus de 12 ans il y a | 0

Réponse apportée
3d mesh and index operations
To give this the best chance of being answered by someone in the community here, I think its a good idea to explain it without u...

plus de 12 ans il y a | 0

| A accepté

Réponse apportée
more efficient way of coding a series of string variables which contain a fix subset of strings
Hi Looks like a case for regexp(), but for a more detailed solution I'll need you to reword your question as its difficult to ...

plus de 12 ans il y a | 0

Réponse apportée
How to overcome the error message in the script below -Matrix dimension error - due to different size array manipulation
Hi there problem is with i=2:m m here is 4, but the size of PT_mj is [3,4] so the matrix access below won't work ...

plus de 12 ans il y a | 0

Réponse apportée
Do you think that MATLAB is expensive?
Personnally no, I think its fairly priced. Mathworks developers need to be paid after all, and a reduction in fees will have an ...

plus de 12 ans il y a | 3

Question


Silly error somewhere in my code
Would appreciate someone's help in spotting a silly error (or bad math) somewhere here. Its difficult to explain precisely witho...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
problem with xlsread:Bizarre results
Hi Sabbas I think its maybe impossible to debug this from here - all I can suggest is that the rows below are not actually empt...

plus de 12 ans il y a | 1

| A accepté

Réponse apportée
cubic polynomial with variables
Hi Mark Can you write the polynomial out in full here? Mark

plus de 12 ans il y a | 0

Réponse apportée
Create contents of popup menu dynamically
Hi Luffy Not 100% sure I understand the degree of dynamism you're going for but stick the code below underneath whereever n c...

plus de 12 ans il y a | 0

| A accepté