gblmtc - MATLAB Central
photo

gblmtc


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB AnswersFrom 11/17 to 01/25Use left and right arrows to move selectionFrom 11/17Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
258.559
of 296.446

REPUTAZIONE
0

CONTRIBUTI
12 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
0

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Why a script doesn't work by itself and just included in another script?
Hi there! I have this script : fid = uigetfile('*.sp3'); fid=fopen(fid); fmt=[sat repmat('%f ',1,8)]; s...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Risposto
Calculating distance between 3 points.
Yes, he wants me to think a function that calculate the both distances. Actually he wants me to figure out how to define xj, yj ...

oltre 6 anni fa | 0

Domanda


Calculating distance between 3 points.
Hi there! I have 3 matrix, each one has the first column the X coordinate, the second column the y coordinate and the 3rd col...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I write in MATLAB the D19-12 format?
Hi there! In the text below is used the D19-12 format. I have to use this numbers, they are inputs for my function. My teache...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


How can I correctly use consecutive numbers in a iteration?
Hi there! I have this formula : Ek = mk + e*sin(ek). I know 'mk' and I know 'e'. To find out the value of Ek I have to use...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Multiple formulas in one function?
Hi there! I have attached 2 pics. There are 7 formulas, the second formula uses the output from the first formula, the third ...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Risposto
How can I put 2 functios together in just one function?
function all_one function [tk]= time(t,toe) ti=t-toe; if ti>302400; tk= ti-604800; elseif tk<-3...

quasi 7 anni fa | 0

Risposto
How can I put 2 functios together in just one function?
Thanks guys for your help! What I acctualy need to do is to do the calculations from the pics I’ve attached. I did a fun...

quasi 7 anni fa | 0

Domanda


How can I put 2 functios together in just one function?
Hi there! I have created 2 functions : function [tk]= time(t,toe) ti=t-toe; if ti>302400; tk= ti-6048...

quasi 7 anni fa | 4 risposte | 0

4

risposte

Domanda


How can I correctly use if and elseif?
Hi there! I'm a newbie on the Matlab and I just don't know how to write this function. I have two inputs : t and toe I h...

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


putting 3 functions in a single one
Hi there! I've worked on the editor and I have 3 functions( the 2 with "afisare" and "civil.."). Now the teacher asks me to pu...

quasi 7 anni fa | 0 risposte | 0

0

risposte

0

risposte

Domanda


Hi! Could somebody tell me why few days ago this code worked and now I tried it again and gives me this error? Thank you!
fmt=['PG10 ' repmat('%f ',1,8)]; fid=fopen('sp3data.txt'); PG10=[]; while ~feof(fid) l=fgetl(fid); % read...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Hello! I need to extract the lines which start with PG10 from this text file. Could you please help me. Thanks! I would use while loop but I am not sure how.
Ôªø#cP2011 4 19 0 0 0.00000000 96 ORBIT IGS08 HLM IGS ## 1632 172800.00000000 900.00000000 55670 0.0000000000000 ...

circa 7 anni fa | 1 risposta | 0

1

risposta
Go to top of page