Community Profile

photo

Paul Huter


Last seen: 1 year ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Curve (Spiral) Based on Changing Radius
I see plenty of solutions for plotting spirals/curves based on an angle, but is there a way to plot a curve based on a changing ...

9 years ago | 1 answer | 0

1

answer

Question


Position of a Point Rotating About a Moving Rotation Point
I am looking for a way to calculate (and plot in x-y space) the position of a point as it rotates about a shifting rotation poin...

9 years ago | 1 answer | 0

1

answer

Question


Min Returns Value That is Not in List
I have a cell array and I am trying to find the min (and max) value. The numbers in the cell array go from 2 to over 200 (but no...

9 years ago | 1 answer | 0

1

answer

Question


Find average based on multiple columns of data structure
I have data in the following format: A B C 1 1 1 a 2 2 1 0 3 3 1 a 4 4 1 a 5 6 1 0 6 1 1 ...

9 years ago | 1 answer | 0

1

answer

Question


Windows Executable MCR Location
I have generated a Windows executable w/2010b, and I have MCR 7.14. Things work great on my computer. Now, I want to "deploy" my...

11 years ago | 0 answers | 0

0

answers

Question


MEX Creation of a Function with Input Parameters
I am trying to generate a MEX file of a function that has input parameters (like 'function [] = run(inputfile)', but emlmex give...

11 years ago | 0 answers | 0

0

answers

Question


Simulink "Goodness" Block, Function to Coefficeint
Is there a Simulink block that will allow me to compare a calculated/predicted data point with an actual data point, then genera...

11 years ago | 2 answers | 0

2

answers

Question


Parse XML utilizing XSD and store data
I am aware of xmlread(), but it has not proven effective for what I need to do - parse an XML file with multiple branches. I hav...

11 years ago | 0 answers | 0

0

answers

Question


Compiled Location of Data Files
I have a compiled "program" (GUI) that relies on data files. However, to get the progbram to read the data files, I need to incl...

11 years ago | 1 answer | 0

1

answer

Question


Alternative to textread on Linux
I'm currently using textread to load a text file for later display in an edit field on my GUI. However, I'm in Linux, and discov...

11 years ago | 1 answer | 0

1

answer

Question


GUI Program Crash on .fig Load
I made some updates to my GUI .fig file - renaming everything (someone else created the initial GUI), moving things around, and ...

11 years ago | 1 answer | 0

1

answer

Question


GUI Alt+Tab Crash
I have a GUI (built by someone else) that has a problem when I try to Alt+Tab to another program - the program crashes on a MATL...

11 years ago | 0 answers | 0

0

answers

Question


Convert Java Code to MATLAB Code (Equivalent)
I have an example algorithm written in Java (and C and Python) that I would really like to get into MATLAB. I tried with the C,...

11 years ago | 2 answers | 0

2

answers

Answered
Using textread and strfind to extract lines of data
This is what I came up with: fo = fopen('out.dat', 'wt') t = textread('input.dat', '%s', 'delimiter', '\n', 'bufsize', 1...

11 years ago | 0

| accepted

Question


Using textread and strfind to extract lines of data
I have used textread to load a data file into memory. From here, I want to extract specific lines that contain a particular stri...

11 years ago | 1 answer | 0

1

answer

Question


MATLAB Compile in Linux, Executable not Executing
I have built a GUI (using GUIDE), and I am trying to compile it for distribution, using a Linux system. I can get it to compile ...

11 years ago | 1 answer | 0

1

answer

Question


Boyer-Moore Search Algorithm
Does anyone know of an accurate, easy-to-use source for a Boyer-Moore algorithm? Preferably something I can code up in MATLAB, o...

11 years ago | 1 answer | 0

1

answer

Question


Parsing a Binary File (NOT using fread)
I am trying to put together a (generic) binary parsing tool over the weekend that I can modify with specifics for a particular b...

11 years ago | 1 answer | 0

1

answer

Question


Rotate Normal Around Tangent
I want to rotate a normal vector around a tangent vector to create a circle. I have not been able to find anything to do this. D...

11 years ago | 3 answers | 0

3

answers

Question


Matlab 2008b VC++ ODE45
I am trying to utilize the ODE45 functionality of Matlab in Visual C++ 2010. Searching the Internet, I see that there used to be...

12 years ago | 1 answer | 0

1

answer

Question


Matlab 2008 Upsample
I see that Matlab 2011b has upsample capability with the signals processing toolbox. Is that a capability in Matlab 2008 (not su...

12 years ago | 0 answers | 0

0

answers

Question


Parachute Model
Hello. I'm wondering if anyone has developed a model of a parachute in Matlab/Simulink. I did a search for "parachute" but didn'...

12 years ago | 0 answers | 0

0

answers