photo

Phillip


Last seen: oltre un anno fa Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

11 Domande
9 Risposte

Cody

0 Problemi
18 Soluzioni

RANK
2.111
of 301.533

REPUTAZIONE
31

CONTRIBUTI
11 Domande
9 Risposte

ACCETTAZIONE DELLE RISPOSTE
45.45%

VOTI RICEVUTI
10

RANK
 of 21.316

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
31.395
of 175.212

CONTRIBUTI
0 Problemi
18 Soluzioni

PUNTEGGIO
160

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Case insensitive enumeration class
Hi, How does one create a case insensitive enumeration class? So that one could call it as: aRed = colourEnum.RED; ...

oltre 9 anni fa | 2 risposte | 1

2

risposte

Domanda


Force Matlab to execute .NET callback on main/single thread
Hi I wrote a simple matlab filewatcher object than uses .NET's FileSystemWatcher. It's a great little tool, works straight of...

circa 10 anni fa | 1 risposta | 2

1

risposta

Domanda


interp1 vs interp1q R2015a
Hi First off I realise interp1q might be deprecated. They have stated that for several versions now. I've been refactoring...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


Matlab OOP, dependent class properties, correct coding techiques
Hi, I have a conceptual problem I'm struggling with and was wondering if anyone could give some insight into this. Essenti...

circa 11 anni fa | 2 risposte | 0

2

risposte

Risposto
Non-Handle Classes with events and listeners
For the sake of completeness I will answer the question myself. There is no direct way of using 'notify' and 'addlistener' wi...

oltre 11 anni fa | 0

| accettato

Domanda


Non-Handle Classes with events and listeners
Hi I do think I know the answer to this but would like to clarify in case I missed anything. Is it only handle classes tha...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
how to resize a matrix?
Hi There are a number of ways you can do this. At the command prompt type: help vertcat and help nan This wil...

oltre 11 anni fa | 0

Risposto
Accessing a method and its operation written in C# .NET assembly using Matlab
Hi Try looking at doc NET This section of the documentation shows you how to call .NET assemblies in Matlab. I have d...

oltre 11 anni fa | 0

| accettato

Risposto
check an phone number area code with strncmp
Hi Type help input at the command prompt and have a look at what it says. Your answer is right there. Regards, ...

oltre 11 anni fa | 0

| accettato

Risposto
i am getting an error " mcc require the program to assign the value to output argument logistic"
Hi Your function definition of logistic is wrong: You have: function logistic=x It should rather be something like: ...

oltre 11 anni fa | 0

| accettato

Risposto
Compile 32 bit MATLAB Builder Ex Add-In using 64 bit MATLAB
Hi John As far as I know you cannot do this. I have to switch between 32-bit and 64-bit Matlab depending on what I would like...

oltre 11 anni fa | 0

| accettato

Risposto
Can I "cast" a value class object to a handle class object on the fly
I'm going to give an alternative answer (I hope) to Matt's as stated in my comment: Write your value class as normal except a...

oltre 11 anni fa | 1

Domanda


Can I "cast" a value class object to a handle class object on the fly
Hi I'm relatively new to OOP. I currently have a value class object. Specifically, it's a custom date class that I'm working ...

oltre 11 anni fa | 3 risposte | 2

3

risposte

Domanda


Matlab crashes after clearing java object and then creating object again
Hi I'm hoping that someone has come across this behavior before as it will be quite difficult to provide sample code that rep...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


Table/categorical arrays and the <undefined> category
Hi I create a table with different data. Some of the data I set as categorical arrays as such: table.field = categorical...

quasi 12 anni fa | 0 risposte | 2

0

risposte

Domanda


textscan difficulties with mixed datatypes
Hi I am having difficulty solving a particular problem. I might just be missing the wood for the trees but here goes: I ha...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Risposto
build YYYYMMDD instead of YYYYMD, for YY and DD derived from one-digit outputs from datevec()
Hi dateString = datestr(now,'yyyymmdd') Type help datestr to get more information Regards, Phillip

quasi 12 anni fa | 0

| accettato

Domanda


Compiled uitable crashes in standalone application
Hi, I have created a programmatic GUI which I compile into a stand-alone application. When I run it from Matlab every thing w...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Risposto
converting a 35x28 matrix into 35x35 matrix
Hi, You can pad your first set of data as follows: data1Mod = [data1 zeros(35,7)]; This will give a 35x35 matrix whic...

circa 12 anni fa | 0

Domanda


.NET assembly load failure
Hi I have the following problem when trying to load a .NET Assembly. >> asm = NET.addAssembly('c:\Assembly\MyAssembly.dll'...

circa 12 anni fa | 1 risposta | 2

1

risposta