Pregunta


extract data from a loop
Hi Guys, Can any body help on how extract and plot data from this? clc clear close all format long mu0=4*pi*10^-7; R=0....

casi 4 años hace | 4 respuestas | 0

4

respuestas

Pregunta


second order deferential equation ode45
Hi, Can any one please guid how to solve the below equation using ode45, knowing that C is constant Regards

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


solving equation with ode5
Hi, Can you please guid me how to solve this equation by ode45 omegadot=(-(Js-Jt).*w2.*COMEGA)./Jt;

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


run matlab plot command in excel
Hi every body, I have built a huge matlab script wich has about 100 plot, I need to controll selecting plotting between any two...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Rectangular high detailed world map
Hi everybody, Can I ask your kind assistanse to creat a rectangular world map with high details Thanks in advance

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
sawtooth plot with specific x ,y limits
<</matlabcentral/answers/uploaded_files/139432/sawtooth.png>>

más de 5 años hace | 0

Pregunta


sawtooth plot with specific x ,y limits
Hi every one, How can I plot as saw tooth plot with exact x, y limits as attached image? Thanks in advance

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


compiling to c++
Is there an ability to compiling matlab script to C++ ? Thanks

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Add-ons in matlab R2012a
Where can I find add-ons in matlab R2012a?? Thanks

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


ipcam undefined error message
Why I got this error, I have matlab R2015a, please help

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


vectors input to ODE 45
I have a transient equation below dT/dt=Qs+Qa+Qir- seg*T where: Qs=sun power (watt/m2) % length( 6000,1) Qa=Earth...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Vector input for ODE45
Sirs, I have something like the below formula: T=(A+B+C)+(D*T) dt where A, B and C are vectors with let me say (1,6000) leng...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Interpolation between multi curves
clc clear close all x=linspace(0,180,180)*pi/180 y200 = -0.0023.*x.^6 + 0.0296.*x.^5 - 0.1574.*x.^4 + 0.3502.*x.^3 - 0.159...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


merging multi-plots into one equation using curve fitting
I have multi-plots as shown, I got a polynomial equation for each curve by using the curve fitting technique, my question is how...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Assignment error in double loops
I tried this long=linspace(0,360,288); lat=linspace(0,180,180); res=zeros(length(lat),long(lat)); fo...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Generating Geographical matrix using Loop
I am trying to generate a 2D matrix for the geographical Longitude and Latitude, for the ranges below: Φ = [0,Δφ,2Δφ, ..., ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Divide a Sphere surface into equal ares
How can I divide the sphere surface into equal faces area, what ever its shape, Thanks

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


setting sphere faces area for a specified shape and area
Does any one knows if the faces of the sphere has equal areas? that I can find it by dividing the surface area by the number of ...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Light reflectance on a sphere
Is there a function in Matlab give me the reflected light on a sphere as a vectors ? and what about " diffuse" function

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find indices in accumarray syntax
How can I find the indices in the accumarray syntax below, Thanks in advance accumarray(OrbNO,elev,[],@(x) max(x)-min(x), ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


find all indices in a matrix
How can I find all indices in a matrix to include the zero and non-zero elements? .Thanks

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I solve this error "Improper assignment with rectangular empty matrix." when I run the listed below script.. thanks in advance
elevtocellsI1=accumarray(OrbNO,elev2,[],@(x) {x}); DDDD=zeros(1,size(elevtocellsI1,1)); for i=1:size(elevtocellsI1,1) ...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I solve this error (Improper assignment with rectangular empty matrix.) with listed below script. Thanks
elevtocellsI1=accumarray(OrbNO,elev2,[],@(x) {x}); DDDD=zeros(1,size(elevtocellsI1,1)); for i=1:size(elevtocellsI1,1) DDDD(...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Enviada


sun synchronuse orbit
SSO

casi 8 años hace | 2 descargas |