Dan K


Actif depuis 2008

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

7 Questions
11 Réponses

File Exchange

6 Fichiers

Cody

0 Problèmes
98 Solutions

RANG
1 763
of 301 513

RÉPUTATION
39

CONTRIBUTIONS
7 Questions
11 Réponses

ACCEPTATION DE VOS RÉPONSES
42.86%

VOTES REÇUS
13

RANG
2 784 of 21 310

RÉPUTATION
609

CLASSEMENT MOYEN
4.30

CONTRIBUTIONS
6 Fichiers

TÉLÉCHARGEMENTS
8

ALL TIME TÉLÉCHARGEMENTS
5692

RANG
8 138
of 175 013

CONTRIBUTIONS
0 Problèmes
98 Solutions

SCORE
930

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer
  • Commenter
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Is there an equivalent to ismcc for fiaccel?
I'm trying to write code that can be fixed point accelerated, but it does mean making some changes that are not beneficial if I'...

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

0

réponse

Réponse apportée
How to read in a text file with data seperated by a colon first, than a comma and than a dash?
Here's a place to start from: str1 = 'HA: 2012-01-08, 11:01:45.802 – FFFF0811111111210208' C = textscan(str1,'%2c:%d...

environ 13 ans il y a | 1

| A accepté

Question


R2013a: Where are the improvements? Is TMW even listening?
I would like to get people's feedback on the changes made in 2013a. I find the release notes to be incredibly dissapointing, in...

environ 13 ans il y a | 1 réponse | 2

1

réponse

Réponse apportée
is it faster to load a big file (198MB) once and pass it onto a function in a parfor loop or let the function in parfor loop to load it every iteration?
A few things... 1 it should not take minutes to load a file that's only 200MB, so you may want to look at how you're loading...

environ 13 ans il y a | 0

Question


How to make an anonymous function for variable amount of input data
Hi all, I'm trying to generate an anonymous function where I pass in an array of structures and convert it to a structure of ...

environ 13 ans il y a | 2 réponses | 1

2

réponses

Réponse apportée
How to create a structure with a name speficied by user in inputdlg?
Folks, please don't crucify me for this one, but the easiest way I see to do it is: eval([specifiedname '.Course = []']); ...

environ 13 ans il y a | 0

Réponse apportée
How do I make a vector into a loop?
I think I understand... Are you saying that if you have a five element vector A(1:5), then you want A(6) to actually reference ...

environ 13 ans il y a | 0

| A accepté

Réponse apportée
How do I add an additional object to an image?
Your question isn't very clear. The simplest answer is: hold on %Add additional object hold off

environ 13 ans il y a | 0

| A accepté

Réponse apportée
Speeding up code: pre-allocation, vectorization, parfor, spmd....
Make sure that it is a function and not a script... Huge speed difference there. When you pre-allocate, make sure your allocati...

environ 13 ans il y a | 0

Réponse apportée
What causes variable editor to be blank for OOP (openvar)
Update for anybody who may care... I opened a support case to get some help from TMW on this... While waiting I discovered that ...

environ 13 ans il y a | 0

| A accepté

Question


What causes variable editor to be blank for OOP (openvar)
Hi, I've got some fairly large OOP classes defined (which are subclasses of another). Sometime recently, I must have changed...

environ 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
GUI with moving marker
A couple of different options: Perhaps the simplest (although not very speed efficient) is to apply a tag to the marker when yo...

plus de 13 ans il y a | 0

| A accepté

Question


How to actually view my FEX watch list
I don't know if anybody else is having this problem, but I can't actually view my watch list in FEX. If I go to my file exchang...

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

0

réponse

Réponse apportée
Experiences with release 2012b
I am going to suggest an informal poll to be conducted here. Ultimately TMW will make its decisions based upon how it impacts r...

plus de 13 ans il y a | 1

Réponse apportée
Experiences with release 2012b
# When I dock a figure, it makes the figure toolbar virtually useless, since it becomes a tab on ribbon. For me there are a few...

plus de 13 ans il y a | 4

Question


Can I extract a "sub-handle" to just part of the data in a memmapfile object?
Hi, I've got a type of data file that I'm using that is structured to incorporate several different types of related data in o...

presque 14 ans il y a | 1 réponse | 0

0

réponse

Question


How do I create an empty memmapfile object?
I am trying to figure out how to create an empty memmapfile object. My situation is this: I have a loop where I'm finding the ...

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

1

réponse

Réponse apportée
What is missing from MATLAB?
A true polar plot. I've been using an old copy of mmpolar (thanks Duane) for years. It seems ridiculous that the built in func...

environ 14 ans il y a | 4