![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1919120.jpg)
Iman Alsharkawi
Followers: 0 Following: 0
I love being a nerd.
Professional Interests: airplanes!, aerospace applications, skydiving
Statistics
RANK
250.568
of 297.016
REPUTATION
0
CONTRIBUTIONS
8 Questions
5 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
??? Undefined function or method 'FFT ' for input arguments of type 'char'.
Do you have the function called out as FFT(x) or fft(x)? Functions are case sensitive...
meer dan 13 jaar ago | 0
??? Undefined function or method 'FFT ' for input arguments of type 'char'.
Make sure that fft1.m is either in the same directory you are working in or in one of the folders that is in your path.
meer dan 13 jaar ago | 0
import data from one gui to another
In the main gui, make a function callback similar to the one below: function [] = getscale(varargin) scale = conversio...
meer dan 13 jaar ago | 0
Question
Loading a gui in a new state
I have a question about saving data and then reloading it into an updated gui. I've saved a gui and I'd like to reload it into ...
meer dan 13 jaar ago | 0 answers | 0
0
answersQuestion
angle calculation in 3D space
Let's say I have a point, t1(x1 y1 z1) somewhere in space. And I have another point g1(x2 y2 z2) that lies on a plane somewhere...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
convert strings back to variable names?
I copied a piece of code below. xs, ys and zs contain strings that happen to be variable names, and I'm checking to see if thes...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
Is this a switchyarding case?
I have a figure with 4 checkboxes. I want to fill a 1x4 array with values of 1 if the checkbox is selected. What I've written ...
bijna 14 jaar ago | 2 answers | 0
2
answersCallback for menu option to execute a function?
Gosh I feel dumb! Thanks for the prompt reply =)
bijna 14 jaar ago | 0
Question
Callback for menu option to execute a function?
I need help understanding how to make a menu option call another function... The example below is the handle I've made for a me...
bijna 14 jaar ago | 2 answers | 0
2
answersQuestion
helpdialog
If I prompt a questdlg with a 'Yes', 'No', and 'Help' button, how do I keep the dialog up if the user clicks on 'Help'? The 'He...
bijna 14 jaar ago | 1 answer | 0
1
answerQuestion
Calculate normal (directional) from polygons?
Is it possible to turn a polygon shape into a surface in Matlab to find it's normal direction? The input matrix I have for each...
bijna 14 jaar ago | 1 answer | 0
1
answerConnect the dots
Here's an example of my matrix containing [line1; line2; line3; line4]: [1 2 3 4 5 6; 4 5 7 4 5 6; 1 2 7 1 2 3; ...
bijna 14 jaar ago | 0
Question
Connect the dots
I have a matrix that is (m,6) big. Each row of this matrix represents a unique line segment and columns 1:3 have the XYZ1 coord...
bijna 14 jaar ago | 3 answers | 0