Answered
How do I change the font size for text in my figure?
figure(4) set(gca,'FontSize',50) plot(A_OBS(2).RxTime(:)/3600, No_ele2(1:r2, 1), '.b'); hold on; plot(A_OBS(4).RxTime(:)/360...

mer än 3 år ago | 0

Question


How to put row in gui?
I want to add the 4 row name with CAT A, CAT B, CAT C, CAT D. I dont know how to add the four column in gui? 2- I want to do ...

mer än 3 år ago | 1 answer | 0

1

answer

Question


How to do sum?
I have data of 1891*4. In first row I have degree from 0 to 60 which has repetation of degree and I want to add all the same deg...

mer än 3 år ago | 1 answer | 0

1

answer

Question


What does the "Reference to non-existent field" error message mean?
I am investigating why China has inflation, and we Indian students are trying to understand it. The China data we got, and infla...

mer än 3 år ago | 2 answers | 0

2

answers

Question


How to set up the condition if the accuracy for e should be of 10^-14?
I have one for loop and want to calculate until the difference between reaches upto 10^-14. So should i set up the loop for that...

nästan 4 år ago | 1 answer | 0

1

answer

Answered
Count number of specific values in matrix
But if we want ot do for NaN and any numeric value in large matrix then ? ans1=sum(a==5) so at this my value is numerical (...

nästan 4 år ago | 0

Answered
How to automatically save all plot on title name?
savefig('filename') It work for me by above mention.

nästan 4 år ago | 0

Question


How to count the total number of a point occurrence on y axis at particular value of x on x-axis?
1- How can I know if the plot on x axis is 6575 and y axis is 30. So at point1 on axis out of 30 which is visible on y axis? I...

nästan 4 år ago | 0 answers | 0

0

answers

Question


How to automatically save all plot on title name?
Can anyone tell me how to save all plot with title name ?

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to give color to data?
figure(1) plot(epoch_1,Javad0081_Round_1) hold on k=0.5; plot(epoch_1,k+Javad0082_Round_1) hold off If my data for the ep...

nästan 4 år ago | 0 answers | 0

0

answers

Question


How to plot the Gravitational Potential vs Radius of earth plot?
clc; clear all; close all; format long g; G=6.6743015*10^-11; Density=5.510; M= (4*pi*G*Density)*10^6/3; R=[10 20 50 10...

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to count the total interruption?
figure(1) plot(a,b,'r*','Markersize',1); xlabel('Epoch') ylabel('PRN') title('Satellite Visibility from Javed Receiver 1'); ...

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to seperate the large amount of data which got an error from the matlab tools?
I want to seperate the data and see it once how it looks like and what are the dimesion so that i can figure out. I found an err...

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to plot an ellipse?
Hello I have semi-major and minor axis for the ellipse a=9.5815 & b=72.9185 and we are having orientatial angle theta =1.5708.H...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


How to set up the starting and breaking and end point indication?
Hello I have some satellite data and we are showing up the when satellite will be visible but in sometime inbetween the visio...

ungefär 4 år ago | 0 answers | 0

0

answers

Answered
Minus table with another table
Hey I am not sure if we can do it with table of not but i change the table into array function. table2array and after that ...

mer än 4 år ago | 0

Question


How to set up the grid in the map for 1*1 ?
Hello Sir/Madam How set up the grid if we are having the lat and long in the respective case? I want to calculate the water ...

mer än 4 år ago | 0 answers | 0

0

answers

Question


Minus table with another table
Hello Respected Sir I have 7381*1 two table, i want to subtract each with other one. when I am doing it says it is not define. ...

mer än 4 år ago | 2 answers | 0

2

answers

Question


What is the meaning of this line?
Hello I want to know why we are using the line sumX2=sumX2+(listOfPoints(1,i)-Xc(1,:))^2; Why 2 times sumX2, and what is the...

mer än 4 år ago | 1 answer | 0

1

answer

Question


CA code for GPS PRN-1
Hello 1-Does anyone know how to generate the CA code for GPS PRN_6_CA=dec2base(1455,2); PRN_16_CA=dec2base(1776,2); PRN_2...

mer än 4 år ago | 3 answers | 0

3

answers

Question


how to save the index during for loop?
How to save the index data and as i am not getting it? i have mention in the loop my question. thank you l=30000; m=1; n=1...

mer än 4 år ago | 1 answer | 0

1

answer

Question


index for the saving values
Hello I want to all the the data of the 3 variable input are as below attachment:- Can anyone help me to find out that wha...

mer än 4 år ago | 1 answer | 0

1

answer

Question


How to generate missing signal from the whole signal with FFT function?
I have uploaded my file please find in the attachment. I have seen PLOMB. I have attached answer alsoö.

nästan 5 år ago | 0 answers | 0

0

answers

Question


How to find minimum value for a loop iteration if we have two variable at some min value i need to save time and velocity ?
%file first function [r_b,v_b,zenit,Elevation,Azi,close,minimum_time]=main(a,e,eta,omega_1,omega_2) GM= 398600.44; ...

nästan 5 år ago | 0 answers | 0

0

answers

Question


error in the programming
Hallo I have one error in the code and error is as below: Index exceeds the number of array elements (232). Error in Sy...

nästan 5 år ago | 1 answer | 0

1

answer

Question


Parameter save and figure save without overlapping.
Hallo I want to save parameters value as my code data is replaced by latest or update one. So please help me as same thing ha...

nästan 5 år ago | 0 answers | 0

0

answers

Question


how to plot a subject class
Hello I want to run same code 5 times with different satellite. How can I do it? each satellite has different parameters...

nästan 5 år ago | 0 answers | 0

0

answers

Answered
sky plot for the satellite
I got the result please find the below: you can use this and found out how skyplot are works . In normal case we are getti...

nästan 5 år ago | 0

| accepted

Answered
how to plot a variable(azimuth, inclination) in a polar plot or a stereographic projection system
please just help me with the skyplot? ITS example i got. so if anyone knows how to plot skyplot od satellite tracking position ...

nästan 5 år ago | 0

Question


sky plot for the satellite
Hello Schlor I am having azimuth, zenit and elevation. So how do I plot skyplot for the satellite . I have code as below ...

nästan 5 år ago | 3 answers | 0

3

answers

Load more