I have y=[2 4 5 10] x=[2 5;4 6;5 1;5 2;5 7;10 3;10 4],I want to fill z=zeros(4,4) to be z=[2 5 0 0;4 6 0 0;5 1 2 7;10 3 4 0]
Ältere Kommentare anzeigen
I have y=[2 4 5 10] x=[2 5;4 6;5 1;5 2;5 7;10 3;10 4], I want to fill z=zeros(4,4) to be z=[2 5 0 0;4 6 0 0;5 1 2 7;10 3 4 0]
1 Kommentar
Azzi Abdelmalek
am 27 Nov. 2013
Antworten (1)
Image Analyst
am 27 Nov. 2013
0 Stimmen
Sounds pretty similar to your old, very poorly explained questions. Can't you figure something out from those answers?
3 Kommentare
Walter Roberson
am 29 Nov. 2013
yousef commented in a Flag:
Yes Im still at the same point. The solutions which I have got are complicated that I can not build on . I need simple solution which I can included with if statements that have some inserted physical formulas. This is only part of my project but every step I move its good. I have just started with programming and its not my major . I tried to simplify what I want as much as I can. Unique function is not useful for me
Azzi Abdelmalek
am 30 Nov. 2013
Why unique function is not useful for you?
Image Analyst
am 30 Nov. 2013
But I fail to see how having 6 discussions of the same question can be a good thing. We all think you should work this out through just one single discussion, not 6 of them. Why don't you pick one (not this one) as the main one and go with that?
Kategorien
Mehr zu Array Geometries and Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!