photo

Jay Mistry


Last seen: etwa 6 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

16 Fragen
1 Antwort

RANG
28.479
of 300.908

REPUTATION
1

BEITRÄGE
16 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
37.5%

ERHALTENE STIMMEN
1

RANG
 of 21.110

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.639

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to create a 3D visual graph of a triple integral ?
How to create a 3D visual graph of a triple integral ?

fast 7 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


How to handle large numbers in Matlab?
For ex I have two numbers num3 = 381723029127918237717233210002; num4 = 23812188332813212739187261; How to compute GCD of b...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I compute GCD of the following number
num3 = 381723029127918237717233210002; num4 = 23812188332813212739187261; I tried using gcd(num3,num4) but the result is ...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can i plot all the values of y1 and y2 from for loop on x and y axis?
clc clear all for i =1:100 for j=1:100 y1= (sqrt(i*i+4*j*j-36))/9 y2= (log(i/j))+i end end

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I store all the values of for loop in a single variable
clc clear all for i=17.890:+0.005:17.920 a=i end I am getting different values of a after running the program, but I w...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I dispay the value 5.0119e-04 as 0.50119 milli ? in command window
How can I dispay the value 5.0119e-04 as 0.50119 milli ? in command window

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I use loops to reduce the code size
Thanks a lot

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to display all values from the for loop in one variable
Z= [x1 x2 x3 x4 x5 x6 x7]; size(Z)= 400 7; for i=1:7 m=Z(:,i:i) end

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How can I use loops to reduce the code size
Data file

etwa 7 Jahre vor | 0

Frage


I will get 400 values of k using the following code. How can I add each value of k and display the result?
for i=1:399 for i=1:7 k=A(i).*Z(i,:) end end

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can I add all the 7 values of 'a' in the following loop
for i=1:7 a=A(1,1)*Z(1,i) end

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matrix Multiplication using for loop
Suppose I have following 7 matrcies defined as Matrix A x1=1st Matrix x2=2nd Matrix x3=3rd Matrix x4=4th Matrix x5=5t...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to multiply 7 x 1 matrix with 400 x 1 matrix?
How to multiply 7 x 1 matrix with 400 x 1 matrix?

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I use for loop to reduce the number of lines from the following code
clc clear all C1 = xlsread('fire.xlsx'); x1 = C1(1:399,5); x2 = C1(1:399,6); x3 = C1(1:399,7); x4 = C1(1:399,8); x5 = C...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Applying a general estimator to predict the area of the forest
I have a excel file with 517 data and 7 paraetera for eg: a.FFMC: Fine-fuel moisture code, X1 b. DMC: Duff moisture code, X2...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I have to perform the following task
I have an excel data sheet which contains 400X7 values and the following task are to be performed.... Display the data in form ...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I form a matrix of 400 X 7 and multiply values of 1st column of matrix with 4th Column ?
How can I form a matrix of 400 X 7 and multiply values of 1st column of matrix with 4th Column ?

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort