Community Profile

photo

Nicholas Ayres


Last seen: 24 Tage vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Knowledgeable Level 1
  • 3 Month Streak
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
how can i code in matlab to find the optimal parameter of function
For anybody stumbling across this, there is the "fminsearch" function, which could be used to do this. This function is within ...

mehr als 3 Jahre vor | 0

Beantwortet
Adding help content to AppDesigner App
From what I can tell, no. Greg's workaround is one suggestion. Alternatively, I've decided to write a static help function in m...

mehr als 3 Jahre vor | 0

Beantwortet
Anyway to plot one point
I'm a bit late to the party, BUT... The issue this person is having is that the default plot type is just a "line" which conn...

mehr als 3 Jahre vor | 6

| akzeptiert

Frage


Live scripts: Get axes handle of figure NOT stored in live script.
I have a function which has plotted a series of functions as non-livescript plots, but not passed the plot handles out. I am tr...

fast 4 Jahre vor | 1 Antwort | 3

1

Antwort

Frage


Saving large files within parfor loops
i am trying to save variables >2Gb to separate .mat files from within a parfor loop. I have written a parsave function and exple...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Is there a function that will test if the input is char OR string OR cellstr?
Given many MatLab functions can easily handle strings, cellstrings and char arrays in their stride, is there a function which al...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How can I display function hints for methods in a class?
It seems I misenterpreted the question. I will leave my previous answer below, but if you DO write the signatures json, you coul...

etwa 4 Jahre vor | 0

Frage


How to convert rows of matrices to entries in multidimensional struct.
Hi, I have a large matrices with consistant number of rows. I wish to create a multidimensional struct with each row contained ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort