Question


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 years ago | 4 answers | 0

4

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

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

5 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Submitted


sun synchronuse orbit
SSO

8 years ago | 2 downloads |