Oday Shahadh
Followers: 0 Following: 0
Statistik
RANG
281.097
of 295.527
REPUTATION
0
BEITRÄGE
50 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
56.0%
ERHALTENE STIMMEN
0
RANG
16.982 of 20.242
REPUTATION
4
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
1 Datei
DOWNLOADS
1
ALL TIME DOWNLOADS
43
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
ode45 errorI have
I have the following code: %% 22.initial input data vector IDATA=[X0 Y0 Z0 Vx0 Vy0 Vz0]; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
collecting mobile sensor data
Hi every body I got the sensor data related with angvellog(m); wich is nx3 matrix, but why I got av=[ ] an empty as well tav al...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
delay sending data rs232
hello, Can any one help on hpe to delay the (vv) values to be delayed in sending every 2 seconds? clc clear all %s = seria...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
setting current and volatge for programmble power supply
Hi, I am trying to setting current and voltage on a programmle power suplly via rs232, using the code below, so I succeded to ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
GPIB- required steps
HI everybody, I have a programmble supply (instek psh 3610) which I need to controll the output voaltgae via matlab script, can...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
mutiplots in a single GUI figure
Hi, I have below to plot in a single GUI plot, but at each run I just got single plot, while I need to plot all the three sets ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
index exceed matrix dimensions
Hi, every body why I have an index exceed matrix dimesnions in this code, pls help z1=linspace(0,D,1000); z2=linspace(0,...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
dealy in reading matrix
Hi all, I need some way to read each row of a matrix every real second, pls help Thanks
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
real time span for ode 45
HI Every body, I ahve this ode solver [t,y]=ode45('keplerk',TT0,XXo,options); where TT0 is the time span How can I make ...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
earth magnetic field model
Happy new year, I am wondering if the world magnetic field results the vectotr (XYZ) in cartesian or east ,north, vertical?
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
extract out values out of loop
Can any one pls help how to extarct [XYZ,H,D,I,F] out of the below loop Thanks for i= 1: length(Hi) [XYZ,H,D,I,F] = w...
fast 4 Jahre vor | 2 Antworten | 0
2
Antwortenvector input to wrldmagm
Thanks ASAD in this case I have to extract the values out of the loop and this is another issue for me
fast 4 Jahre vor | 0
Frage
vector input to wrldmagm
Hi All, [XYZ,H,D,I,F] = wrldmagm(height,latitude,longitude,decimalYear) HI I am trying to model the earth magnetic field of ...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
plot 3 d square
hi this script must plot a square, but i got the attached plot, how to connect all lines? thanks vhat1=[x,repmat(2,length(y),...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
quiver3 in a loop
hi I have (bbhat ) size(150,3) and (vvhat) size(150,3) both vectors have the same size I tried this: for ii = 1:length(bbh...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
change columns in array to zeros and assign to another vector
hi I have a (n,3) array, I need to make the first and second coulmns zeros, and assign the resulted array to a new one g=(a{1}...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
reshape loop resulted cell array
hi, the script below is supposed to result a (n,3) vector, what I got is (180,60) vector, kindley help c1 = cell(numel(a11)...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
pre allocating vector for loop
Can any one tell how to pre allocate c1? thanks for ii = 1:length(a11); c1=cross(L1(1,:),a11(ii,:)); end
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
create non uniform increment vector
hi how can I in a single command creat this vector: a=12345678910987654321 thanks
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
cross product of by an array
I have (a )which is an array as below: a = a{1} = [185x3 double] a{2} = [185x3 double] a{3} = [185x3 double] ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
grouping rows and store is separate matrix
hi all, in the script below I have p which is (m,3) vectors matrix, Itried to group this matrix according to z-value in L1 vect...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
pre allocating triple loops
hi, how to pre-allocate this: for ii = 1:numel(L); for jj=1:numel(L); for kk=1:45; c=cross(L1(ii,...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
selecting first row in cell array
hi all, I have below, how can I select first row in a(1) thanks a = [185x3 double] [185x3 double] [185x3 do...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
row filtering and pre-allocate
hi all, here p is (1,3) vector,: how can I preallocate a. how can store each filtered rows in a seperate matrix. Regards ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plot3 out of loop
Can you please fix empty plot in below script clear close all format long theta=0:10:360; rho=0:.5:2; L=-2:0.5:2; X= cel...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
pol2cart in loop and pre-allocating
hi all, how can I put [x,y,z]=pol2cart(theta,rho,z), in tripple loop for different values of heta,rho,z, as well how to pre all...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
comparing and cross product
hi guys, why c in below return with one coulmn, it supposed to return (x,y,z,) vector? regards c=zeros[]; for i=1:leng...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
grouping vectors based on z value
Hi guys, If I have how array of vectors a(xi,to,zi) and b(xj,y2k,zj), I want to extract a new group based on the condition zi...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
cross product for multi concentric vector (cylindrical coordinates)
Hi Guys, I have created multi vectors in cylindrical coordinates, as seen in the attached images, I need to make a cross produc...
mehr als 4 Jahre vor | 0 Antworten | 0
0
Antwortenextract data from a loop
Hi Guys, Is there any way to accept all your answers? you all great, really appreciated
mehr als 4 Jahre vor | 0