Statistik
11 Fragen
0 Antworten
RANG
40.655
of 301.589
REPUTATION
1
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
45.45%
ERHALTENE STIMMEN
1
RANG
of 21.343
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.641
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
Feeds
Frage
I want to calculate volume under 2D eclipse, Can anyone tell me how can I do this?
I have two functions, the plots of which are attached. Both are 2-dimensional and i want to calculate the respective area covere...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I have a cell array of size 136 by 1 and i want it to convert it to array of type double. How can i do this?
I'm using str2double but after conversion this gives me some values as 'NAN'. How to resolve this?
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Hi, i want to plot simple function, Can someone tell me how to plot it
y1 = c1*exp(-6*t)+c2*t*exp(-6*t); y2 = -c1*exp(-6*t)+c2*(exp(-6*t)*(-t-0.5)); where c1 and c2 are arbitary values and t...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Hi, I'm trying to visualize a beam pattern but i'm unable to display it properly. Can anyone tell me why i'm not getting the desired response?
clc; clear all; f0 = 5*10^9; %frequency of 1st array element delta = 2000; % Configuration parameter d = 0.015; % ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Hi, i'm reading images from a text file which contains their address and names. After reading and modification, i want to write the images in a new folder but with same name. How can i write them?
I am using a structure so any help in this regard will be appreciated.
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi, How can i implement a function with 2 independent variables?
I have attached the desired output image as well. I'm using imagesc and image but it didn't work for me.
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi, i'm trying to build a function but i'm getting an error, Can anyone help me out
Error: Not enough input arguments. function v=sv1(r) c=3*10^8; t=0; N=10; rt=100; delta=2000; m=[0:N-1]'; v=exp(1i...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi, i want to calculate the decision boundary in Bayes Estimator. Can anyone help me in this regard.
clc; clear; mu1 = [0 0]; sigma=1; sigma1 = [2 0; 0 2]; mu2=[1 2]; sigma2 = [1 0;0 1]; x=[-10:.2:9.8]; ...
mehr als 8 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Hi, I want to ask something regarding bernouli distribution
Write the code that generates a Bernoulli sample with given parameter p , and the code that calculates p ˆ from the sample
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Hi, Can anyone tell me how can i plot evenly spaced angles in a matrix form. Matrix is of N*M size
I want my output to be a vector as shown in diagram.
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi, I'm facing some problem while running Matlab 2016.. Can someone help me out?
Matlab installed successfully but it's giving me some error. The error snapshot is attached
mehr als 8 Jahre vor | 1 Antwort | 0
