![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/34524_1536874688946.png)
Michael Cappello
Raytheon
Followers: 0 Following: 0
Matlab coder for 20+ years,
MATLAB
Spoken Languages:
English
Statistics
RANK
250.006
of 297.010
REPUTATION
0
CONTRIBUTIONS
9 Questions
2 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
0
RANK
14.864 of 20.418
REPUTATION
12
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
81
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Why Is Colon Operator Not Equivalent To linspace Command?
Why does q not equal zero in the following? q = isequal(0:.08:50000,linspace(0,50000,625001))
3 maanden ago | 3 answers | 0
3
answersQuestion
Matlab Crashes When Executing randperm Function
I am running Matlab 2013b. I have a function that analyzes data. It runs correctly when executed within Jenkins running on Lin...
bijna een jaar ago | 0 answers | 0
0
answersQuestion
Select Two Images In Excel Using ActiveX
I have an Excel Workbook which contains two pictures in it. The picture names are "Picture 2" & "Picture 3". I am able to sele...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Compute Lat/Long Waypoints For A Sinusoidal Track Given: Start & End Waypoint, Delta-Bearing, and Number Cycles
I want to compute a bunch of waypoints along a sinusoidal path from a starting waypoint to an ending waypoint as depicted in the...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
Execute Linux Commands From Windows Matlab
I am running Matlab 2013b on Windows 10. There exist a program that runs on Linux session that I normally run via Putty Relea...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
"V = V.';" What Does This Syntax Mean?
The Matlab function interp2 is sprinkled with the following "V.'". For example, lines 194:196 in 2019a is X = X.': Y = Y.'; ...
bijna 5 jaar ago | 1 answer | 0
1
answerIs There A Way to Rename the "app" Component In appdesigner?
I called Mathworks technical support and asked them about this. Their response below. Hello Michael, I am writing in refer...
meer dan 5 jaar ago | 0
| accepted
Question
Is There A Way to Rename the "app" Component In appdesigner?
When you start appdesigner, the canvas window contains a single UIFigure. You can access the UIFigure via syntax like "app.UIFi...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
Swapping Letters Using Regular Expression
I want to take a character array, find the first vowel and move it to the end. Some examples 'Fred' --> 'Frde' 'Replace' --> ...
meer dan 5 jaar ago | 1 answer | 0
1
answerHow do I get my MATLAB editor to read UTF-8 characters? UTF-8 characters in blank squares in editors, but in the command window and workspace works fine.
% read in the file fID = fopen(filename, 'r', 'n', 'UTF-8'); bytes = fread(fID); fclose(fID); The data read from the file ca...
meer dan 7 jaar ago | 0
Question
Creating a Panel Programmatically, outside of GUIDE.
In GUIDE I can create a Panel. I assumed that the panel would be a UIControl & would therefore have a "Style" property - it doe...
bijna 13 jaar ago | 1 answer | 0