photo

Phillip


Last seen: plus d'un an il y a Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

11 Questions
9 Réponses

Cody

0 Problèmes
18 Solutions

RANG
2 100
of 300 765

RÉPUTATION
31

CONTRIBUTIONS
11 Questions
9 Réponses

ACCEPTATION DE VOS RÉPONSES
45.45%

VOTES REÇUS
10

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
31 058
of 170 941

CONTRIBUTIONS
0 Problèmes
18 Solutions

SCORE
160

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Question


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

plus de 9 ans il y a | 2 réponses | 1

2

réponses

Question


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...

plus de 9 ans il y a | 1 réponse | 2

1

réponse

Question


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...

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

0

réponse

Question


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...

plus de 10 ans il y a | 2 réponses | 0

2

réponses

A résolu


facedetection and feature extraction using pandaboard
I need code for facedetection and feature extraction using pandaboard where matlab 2013a is used ...

presque 11 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

presque 11 ans il y a

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

presque 11 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

presque 11 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

presque 11 ans il y a

A résolu


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

presque 11 ans il y a

A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

presque 11 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

presque 11 ans il y a

A résolu


Multiplying Vectors 101
Make a vector from 1 to x then multiply the sum of that vector by 2.

presque 11 ans il y a

A résolu


solve for y that is half as much as three less than one tenth of x
function y = half(x) y = (x * .1); end

presque 11 ans il y a

Réponse apportée
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...

environ 11 ans il y a | 0

| A accepté

Question


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...

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

1

réponse

Réponse apportée
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...

environ 11 ans il y a | 0

Réponse apportée
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...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
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, ...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
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: ...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 11 ans il y a | 1

Question


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 ...

environ 11 ans il y a | 3 réponses | 2

3

réponses

Question


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...

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

0

réponse

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

plus de 11 ans il y a

Question


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...

plus de 11 ans il y a | 1 réponse | 2

0

réponse

Question


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...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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

plus de 11 ans il y a | 0

| A accepté

Question


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...

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

1

réponse

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

plus de 11 ans il y a

Charger plus