Community Profile

photo

daniel


iAccess Technologies

2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to plot concentric hexagons
% function [Point] = HexCorner(x,y,side,ii) angle_deg = 60*ii + 30; angle_rad = angle_deg*(pi/180); Point = [x + side*cos(...

거의 9년 전 | 0

질문


I am having trouble smoothing my data.
I have some data I need to do a bit of analysis on but I am having trouble getting it in the correct form. I have attached a fig...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


How does one obtain DTED 0,1,2 elevation values for a given lat/long using the DTED function in the mapping toolbox?
I have yet to find helpful documentation for the DTED fucntion. How can I use the ref-vector "Z" to find elevation data for a la...

대략 9년 전 | 답변 수: 0 | 0

0

답변

답변 있음
how to extract the lat/long information about the given dted files?
I am not sure if I am understanding your question. Are you attempting to obtain Elevation data for certain lat/long values withi...

대략 9년 전 | 0

답변 있음
Detecting path/trajectory turns in tracking data
What navigational data do you have in your data set? Is your data in semi-circles or degrees?

대략 9년 전 | 0

답변 있음
How can I rotate the axis tick labels in 2-D and 3-D?
if you have 2014b you can do this: ax = gca; ax.XTickLabelRotation = -45;

대략 9년 전 | 7

답변 있음
write a matlab code to compute golomb sequence
function [seq] = golombseq(n) %n is defined by user a = zeros(1,n); a(1,1) = 1; for ii = 1:n a(1,ii+1) = 1+a(1,...

대략 9년 전 | 0

| 수락됨

답변 있음
extracting arrays from a taylor series and plotting
The first problem I see is that "exact" is a 1x720 vector and your approximations are 51x1 vectors; my first suggestion would be...

대략 9년 전 | 0

질문


Is it possible to disable figure/plot visibility while publishing a Matlab Script with the publish() function?
I have some scripts that generate some reports for me (quite long) using the publish() function. The reports contain anywhere fr...

9년 초과 전 | 답변 수: 0 | 1

0

답변

질문


Why can't I plot a simple line???
I am trying to change the limits of my axis, and just draw a line through x = 0. But for some reason if I only specify a solid l...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


indexing vectors in a nested for loop
Hi! so this is probably a simple fix but its not coming to me as fast as I'd like... seems easy enough. I have assigned some vec...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how can i upgrade from 2014a to 2014b?
HI I am curious as to what I have to do to upgrade from 2014a to 2014b. Thanks ------------------------------------------...

9년 초과 전 | 답변 수: 1 | 0

1

답변