photo

arian hoseini


Last seen: 10 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistica

MATLAB Answers

53 Domande
0 Risposte

RANK
208.576
of 298.545

REPUTAZIONE
0

CONTRIBUTI
53 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
84.91%

VOTI RICEVUTI
0

RANK
 of 20.613

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 161.622

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 4

Visualizza badge

Feeds

Visto da

Domanda


how to plot accuracy?
Error using trainNetwork (line 150) Invalid training data. Sequence responses must have the same sequence length as the corresp...

10 mesi fa | 1 risposta | 0

1

risposta

Domanda


Loss is still larger than 30?
Loss is still larger than 30? i need these columns a(:,2:2:24) to be close to these ones a(:,1:2:24) and a(:,2:2:24) should be ...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


how to xlimit for 3 different plot in 1 figure?
I need to set xlimit for 3 different plot that there are in 1 figure....i set xlimit but it will set for all

oltre un anno fa | 3 risposte | 0

3

risposte

Domanda


what's the index exceed error?
clc clear all it=[0.344600000000000,0.346500000000000,0.348100000000000,0.365900000000000,0.396400000000000,0.335500000000000,...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


read csv file and output csv file
here i have 3 csv file so i should get 3 csv output file but i only get 1 and E data shouldnt be same but it is... clc clear...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how to import multiple csv file in matlab?
i have 500 csv file that i need to e import in matlab ....and i need only 2 column of each file and dont want that first 2 row.....

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


how to use writetable for one sheet?
i tried many things but still cant use writetable for one sheet...whatever i do it gives me last data only....i need all ten dat...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how to export data with writetable?
i wanna export whole output in 1 sheet and i wanna know how to export it in separated sheets... clear all clc inputData = [...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how to generate different curves(data) from one?
I have written this code but i need them to be different not this close ...like this pic.... inputData = [ 0.001 0.1; ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how to auto crop a image?
i need to crop these images from first one to second one ...ad i have so many images...please advise me!

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


I get the answer negative!
i dont kow why but my Q is negative....this code is for gauss seidel method this line: Q(n,1)=-(Q(n,1)+ABS_Y_bus(n,m)*ABS_volt...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


indices must either be real?
at line 101 i get this error dont know why?????? % Radial network-reactive and active load-current clear all; clc; %V:networ...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


normalizing for neural net fitting?
i have 405 data (value) that i normalized them with matlab function or (formula) and i gave it to neural net fitting to train it...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


nntool inputs aren't numbers.
i have 5 type of inputs...first is humidity second is salt deposit density(SDD) and last one is voltage...so humidity is dry , 6...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how does zoomplot work?
i need zoomplot but i dont know how to work with it? allows me to zoom in on specific region in a line plot. clc clear all E...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


run takes too long!
i have this code that it runs and answers are correct but it takes so long...why?is there any solution? clc clear; % percent ...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


how does cdfplot works?
can someone tell me how cdfplot works....? i know the matlab help about this function but i dont understand it...the answer in m...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to create different matrices?
i have 30,000 rand value that i want to separate 400 to 400...then i wanna plot them but the x axis should start at 0 not 400 or...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to saveas 20 figure as picture with different names ?
X=rand(1000); c=1; d=1; for i=1:50:1000 for c=1:50+c H(i)=X(c); end c=c+50; D(d)=figure(d) ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i use table after a function?
how can i use a table in this function? T=table(P','VariableNames',{'Power'}); disp(T); disp('Arian'); clear all clc L0 ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


why while loop repeats so long?
i have this code that works correctly but i wrote another one that looks like loop repeats for so long... clc clear all for...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to perform plot with if?
I have two data, X and R, and I want to make it understand after the following condition is executed, for example, if the first ...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


The following two blocks cannot be connected in series
i get this error and i tried to Add a high-value resistance in parallel with one of the two block but got another error The fol...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


find the minimum value
i need to find which LD(:,6) is min for example min of LD(:,6) between Z2(14)&Z2(2) is 70Km then i need to sumZ2(2) with Z(1) bu...

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


what can we use when we dont have value in a matrix instead of 0?
i have a matrix of my data and i dont want to put 0 for the items that i dont have ...is there any other way?

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i print output from table to word or excel?
first of all thank u for your time and sorry for asking too many questions....for example i have this table ...is it possible to...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


any ideas for making code faster?
clc; clear all; R = [0.004 0.0057 0.005 0.005 0.0045 0.0044 0.005]; X = [0.05 0.0714 0.0563 0.045 0.0409 0.05 0.05]; L = [10...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Matrix is close to singular or badly scaled. Results may be inaccurate.
Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 1.986089e-23. for k=1:40 a(k,1)=1; a...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


is it possible to use "for loop" for matrix?
v=zeros(1,4); X1=zeros(1,6); X2=zeros(1,6); for k=1:6 for j=1:n X1(1,k)=(j^k)+X1(1,k); X2(1,k)=(j^k)+X...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


how to repeat a loop?
LD = [1 2 0.004 1 0.05i 0 100 1 3 0.0057 2 0.0714i 0 70 3 4 0.005 3 0.0563i 0 80 4 5 ...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Carica altro