Statistica
All
RANK
6.801
of 300.744
REPUTAZIONE
6
CONTRIBUTI
0 Domande
7 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
oltre 5 anni fa
Risposto
how to write this equation ?
T = linspace (100, 1, 10); mu = @(t) 0.001 .* (0.2414 * 10.^(247.8./((t - 273) + 68.12963))); mu(T) <</matlabcentral/...
how to write this equation ?
T = linspace (100, 1, 10); mu = @(t) 0.001 .* (0.2414 * 10.^(247.8./((t - 273) + 68.12963))); mu(T) <</matlabcentral/...
oltre 7 anni fa | 1
Risposto
How to plot a function with complex variables?
https://www.mathworks.com/help/matlab/creating_plots/plot-imaginary-and-complex-data.html
How to plot a function with complex variables?
https://www.mathworks.com/help/matlab/creating_plots/plot-imaginary-and-complex-data.html
oltre 7 anni fa | 0
Risposto
How can I display the second derive of a vector ,?
You can first import it into MATLAB as an array using textread. data = textread('essai_Al_but05_fixe_100Ohm.txt'); Then ...
How can I display the second derive of a vector ,?
You can first import it into MATLAB as an array using textread. data = textread('essai_Al_but05_fixe_100Ohm.txt'); Then ...
oltre 7 anni fa | 0
Risposto
How to set custom origin point?
I was trying to do this the other day. I could not find anything, so I just manually shifted all of my data points. Let's say ...
How to set custom origin point?
I was trying to do this the other day. I could not find anything, so I just manually shifted all of my data points. Let's say ...
oltre 7 anni fa | 0
Risposto
How can I extract and highlight the white portion of an image?
You can try this link: https://www.mathworks.com/discovery/edge-detection.html and this video: https://www.mathworks.com/vi...
How can I extract and highlight the white portion of an image?
You can try this link: https://www.mathworks.com/discovery/edge-detection.html and this video: https://www.mathworks.com/vi...
oltre 7 anni fa | 0
Risposto
How can I transform a coordinates data into another 3-D space?
If you know angles through which they were rotated, you could try using rotation matrices. https://www.mathworks.com/help/pha...
How can I transform a coordinates data into another 3-D space?
If you know angles through which they were rotated, you could try using rotation matrices. https://www.mathworks.com/help/pha...
oltre 7 anni fa | 0
Risposto
Row wise indexing of 3d array
You could try: [I,J,K] = ind2sub(size(array), find(array(:,:,:) < 0)); ind = find(J == 3); I = I(ind); J =...
Row wise indexing of 3d array
You could try: [I,J,K] = ind2sub(size(array), find(array(:,:,:) < 0)); ind = find(J == 3); I = I(ind); J =...
oltre 7 anni fa | 0


