![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12180161_1522139937119_DEF.jpg)
Sun Heat
Followers: 0 Following: 0
Statistik
23 Fragen
0 Antworten
RANG
219.113
of 297.016
REPUTATION
0
BEITRÄGE
23 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
86.96%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
How to extract multiple 'y' axis values with respect to 'x' axis from .fig file
hi guys, i use this simple code to extract the 'y' axis values with respect to 'x' axis values, but it didn't work. there are ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Equation is convergent but unable to extract the output
hello friends, i run the below code and found that the equation is 'convergent', but i am unable to extract the output. clc;cl...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Trigonometric non linear equation
clc;close all;clear all; theta=30; k=360; h=0.5555; After running the above program the answer of F iam getting 0.0730 Supp...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plot the graph using non linear equation
Hey guys... I have to plot the graph between "theta Vs h" value? theta=linspace (30,90,7); period=0.562; k=(2.*pi)./(period...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to delete a row if a number is repeated 4 times or 3 times
i have a matrix M=65005*5 there are certain rows in which number is repeated twice, thrice or four times. i want to delete that...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to read multiple file from single .mat file
i have 16 different file in "data2-18.mat", like M1,M2,M3,M4.......M16. i want to call every file(i.e., M2 ,M6, M5...) in loop a...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i wan to generate the random number between two number with condition
i have this kind of code:- mini=[2 0.2]; maxi=[20 10]; x=zeros(50,2); for i= 1:var x(:,i)=mini(i)+(maxi(i)-mini(i))*rand(50,1...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to call the vector from the work space
suppose, data = [15 2 7 16 16]; and there are 16 different files in the workspace how to call it according to the 'data' vector ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how legend update with variable
t=linspace(0.1,1,10) legend ('0.1','0.2','0.3',......upto '1') how legend update with variable 't' with there values on graph
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i have 16 different types of files and i have to take the files in the bunch of 5 from the 16 files, how i put permutation and combination to get 5 files from the 16 files each time differently?
For Example 12134,11111,12111,
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how i can store array of string for every loop
suppose i have a file 'M1.csv','M2.csv','M3.csv','M4.csv', how can i store it in the array and call them on the basis of requir...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
suppose i have a vector 'bw' if in there value '0' exist than total value of bw=0 is estimated.
bw=[120 1322 5542 5653 0 0 0 45451]; than bw=0 because zero exist in vector....if bw=[121 5454 24 54 4 5454 545 4654]; than bw...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i want to generate a vector of (1,10) size and value is in between 1 to 4
hh=[4 4 4 3 3 3 3 2 2 1]; like this
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how we can store each and every value in nested for loop.
d=linspace(2,4,3); for t=1:length(d) c(t)=d(t)^2; PL=linspace(0.8,1,3); for q=1:length(PL) c1...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to find the bottom peaks in the graph?
how to find decreasing order of peaks in graphs, so that how much graphs goes deeper at higher frequencies (plz refer image.).i ...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Suppose I have three vector x1,x2 and Y. Iam using optimization algorithm, I want maximum value of Y by using C=max(Y) I can extract the value and the value of x1 and x2 which are giving max Y value accordingly extracted, but I need the min value of
My algorithm concentrate only on max Value of Y not minimum value of X=x1+x2. x1= [ 2 5 6 7 8 3], x2= [ 3 5...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i have 16 different types of files and i have to take the files in the bunch of 2 from the 16 files, how i put permutation and combination to get 2 files from the 16 files each time differently?
please keep in mind 1 and 2 is different combination and 2 and 1 is different combination.
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i have variables 'Ereal2',Ereal3,Ereal4,Ereal5.....so on.....how to call these variable in a single loop one by one.
These variables are vector in form
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to get the all possible combination between two range of numbers
every time this code iterate random number between 1 to 4. for 1st iteration c=2 and g=2. for second iteration c=1 and g=2; i ne...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is their any toolbox in matlab for finite element analysis
i want to find the material properties using FEM in electromagnetics. plz also suggest guide to design FEM
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
which module of matlab is helpful for doing curve fitting using a equation
i want to do curve fitting using a equation which command i use....and i also have lower and upper bounds of parameters
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
t1 range is 0.1 to 2 and t2 range is 0.1 to 2.....and t1+t2 should not be greater than 2
t1 range is 0.1 to 2 and t2 range is 0.1 to 2.....and t1+t2 should not be greater than 2
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to generate random number between 10^-6 to 10^-50
i use A + (B-A)*rand(1,N) this but it doesn't help me in my matter...every time it generate number near to the minimum value it ...
fast 7 Jahre vor | 1 Antwort | 0