질문


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....

거의 4년 전 | 답변 수: 4 | 0

4

답변

질문


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

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

0

답변

질문


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

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

0

답변

질문


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...

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

0

답변

질문


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

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

0

답변

답변 있음
sawtooth plot with specific x ,y limits
<</matlabcentral/answers/uploaded_files/139432/sawtooth.png>>

5년 초과 전 | 0

질문


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

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

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

1

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


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...

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

1

답변

질문


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...

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

1

답변

질문


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...

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

1

답변

질문


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...

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

0

답변

질문


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...

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

1

답변

질문


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Δφ, ..., ...

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

1

답변

질문


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

대략 7년 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

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

0

답변

질문


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

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

1

답변

질문


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), ...

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

1

답변

질문


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

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

1

답변

질문


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) ...

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

0

답변

질문


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(...

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

1

답변

제출됨


sun synchronuse orbit
SSO

거의 8년 전 | 다운로드 수: 2 |