Feeds
질문
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...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
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?
대략 8년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 8년 전 | 답변 수: 2 | 0
2
답변질문
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; % ...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
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.
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
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.
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
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]; ...
대략 8년 전 | 답변 수: 1 | 1
1
답변질문
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
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
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.
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
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
8년 초과 전 | 답변 수: 1 | 0
